#F04FB9

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

Shades of Brilliant Rose #F04FB9

Tints of Brilliant Rose #F04FB9

Color information

#F04FB9 (or 0xF04FB9) is unknown color: approx Brilliant Rose. HEX triplet: F0, 4F and B9. RGB value is (240,79,185). Sum of RGB (Red+Green+Blue) = 240+79+185=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FB9 is #0FB046. Grayscale: #8A8A8A. Windows color (decimal): -1028167 or 12144624. OLE color: 12144624.

HSL color Cylindrical-coordinate representation of color #F04FB9: hue angle of 320.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FB9 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB24079185-
CMYK00.670.230.06
HSL320.5º84.29%62.55%-
HSV(B)320.5º67.08%94.12%-
XYZ47.4927.6248.73-
YUV139.22153.84199.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.62%
GREEN value IS 79 (31.25% from 255) = 15.67%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=47.62%
G=15.67%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407918500.670.230.06320.584.2962.55
HexF04FB9043176140543f
Octal360117271010327650012477
Binary1111000010011111011100101000011101111101010000001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04FB9; }

 p { color: rgb(240,79,185); }

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

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

 a { background-color: rgb(240,79,185); }

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

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

 span { border-color: rgb(240,79,185); }

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