#F753A4

Color #F753A4 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F753A4

Tints of Brilliant Rose #F753A4

Color information

#F753A4 (or 0xF753A4) is unknown color: approx Brilliant Rose. HEX triplet: F7, 53 and A4. RGB value is (247,83,164). Sum of RGB (Red+Green+Blue) = 247+83+164=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F753A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F753A4 is #08AC5B. Grayscale: #8D8D8D. Windows color (decimal): -568412 or 10769399. OLE color: 10769399.

HSL color Cylindrical-coordinate representation of color #F753A4: hue angle of 330.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F753A4 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB24783164-
CMYK00.660.340.03
HSL330.37º91.11%64.71%-
HSV(B)330.37º66.4%96.86%-
XYZ48.1528.6438.11-
YUV141.27140.83203.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 16.80%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=50%
G=16.80%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478316400.660.340.03330.3791.1164.71
HexF753A404222314a5b41
Octal3671232440102423512133101
Binary11110111101001110100100010000101000101110100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F753A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F753A4; }

 p { color: rgb(247,83,164); }

 H1.HeaderClassName
 {
   color: #F753A4;
 }
 .AnyTagClassName
 {
   color: #F753A4;
 }
</style>
background-color css

<style>
 a { background-color: #F753A4; }

 a { background-color: rgb(247,83,164); }

 div.DivClassName
 {
   background-color: #F753A4;
 }
 .BgClassName
 {
   background-color: #F753A4;
 }
</style>
border-color css

<style>
 span { border-color: #F753A4; }

 span { border-color: rgb(247,83,164); }

 td.TdClassName
 {
   border-color: #F753A4;
 }
 .TagClassName
 {
   border-color: #F753A4;
 }
</style>