#F04CB8

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

Shades of Brilliant Rose #F04CB8

Tints of Brilliant Rose #F04CB8

Color information

#F04CB8 (or 0xF04CB8) is unknown color: approx Brilliant Rose. HEX triplet: F0, 4C and B8. RGB value is (240,76,184). Sum of RGB (Red+Green+Blue) = 240+76+184=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CB8 is #0FB347. Grayscale: #898989. Windows color (decimal): -1028936 or 12078320. OLE color: 12078320.

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

Color convert

RGB24076184-
CMYK00.680.230.06
HSL320.49º84.54%61.96%-
HSV(B)320.49º68.33%94.12%-
XYZ47.1727.1548.1-
YUV137.35154.33201.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48%
GREEN value IS 76 (30.08% from 255) = 15.2%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=48%
G=15.2%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407618400.680.230.06320.4984.5461.96
HexF04CB8044176140553e
Octal360114270010427650012576
Binary1111000010011001011100001000100101111101010000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04CB8; }

 p { color: rgb(240,76,184); }

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

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

 a { background-color: rgb(240,76,184); }

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

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

 span { border-color: rgb(240,76,184); }

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