#F74BA8

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

Shades of Brilliant Rose #F74BA8

Tints of Brilliant Rose #F74BA8

Color information

#F74BA8 (or 0xF74BA8) is unknown color: approx Brilliant Rose. HEX triplet: F7, 4B and A8. RGB value is (247,75,168). Sum of RGB (Red+Green+Blue) = 247+75+168=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74BA8 is #08B457. Grayscale: #888888. Windows color (decimal): -570456 or 11029495. OLE color: 11029495.

HSL color Cylindrical-coordinate representation of color #F74BA8: hue angle of 327.56º 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 #F74BA8 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB24775168-
CMYK00.700.320.03
HSL327.56º91.49%63.14%-
HSV(B)327.56º69.64%96.86%-
XYZ47.9427.6339.85-
YUV137.03145.48206.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 75 (29.69% from 255) = 15.31%
BLUE value IS 168 (66.02% from 255) = 34.29%
R=50.41%
G=15.31%
B=34.29%

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
Decimal2477516800.700.320.03327.5691.4963.14
HexF74BA80462031485b3f
Octal367113250010640351013377
Binary1111011110010111010100001000110100000111010010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74BA8; }

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

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

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

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

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

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

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

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