#F74BA7

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

Shades of Brilliant Rose #F74BA7

Tints of Brilliant Rose #F74BA7

Color information

#F74BA7 (or 0xF74BA7) is unknown color: approx Brilliant Rose. HEX triplet: F7, 4B and A7. RGB value is (247,75,167). Sum of RGB (Red+Green+Blue) = 247+75+167=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74BA7 is #08B458. Grayscale: #888888. Windows color (decimal): -570457 or 10963959. OLE color: 10963959.

HSL color Cylindrical-coordinate representation of color #F74BA7: hue angle of 327.91º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BA7 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB24775167-
CMYK00.700.320.03
HSL327.91º91.49%63.14%-
HSV(B)327.91º69.64%96.86%-
XYZ47.8527.639.36-
YUV136.92144.98206.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.51%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=50.51%
G=15.34%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477516700.700.320.03327.9191.4963.14
HexF74BA70462031485b3f
Octal367113247010640351013377
Binary1111011110010111010011101000110100000111010010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74BA7; }

 p { color: rgb(247,75,167); }

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

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

 a { background-color: rgb(247,75,167); }

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

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

 span { border-color: rgb(247,75,167); }

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