#F04BA7

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

Shades of Brilliant Rose #F04BA7

Tints of Brilliant Rose #F04BA7

Color information

#F04BA7 (or 0xF04BA7) is unknown color: approx Brilliant Rose. HEX triplet: F0, 4B and A7. RGB value is (240,75,167). Sum of RGB (Red+Green+Blue) = 240+75+167=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04BA7 is #0FB458. Grayscale: #868686. Windows color (decimal): -1029209 or 10963952. OLE color: 10963952.

HSL color Cylindrical-coordinate representation of color #F04BA7: hue angle of 326.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04BA7 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB24075167-
CMYK00.690.300.06
HSL326.55º84.62%61.76%-
HSV(B)326.55º68.75%94.12%-
XYZ45.4326.3539.25-
YUV134.82146.16203.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 75 (29.69% from 255) = 15.56%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=49.79%
G=15.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407516700.690.300.06326.5584.6261.76
HexF04BA70451E6147553e
Octal360113247010536650712576
Binary1111000010010111010011101000101111101101010001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04BA7; }

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

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

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

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

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

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

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

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