#F24CBF

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

Shades of Razzle Dazzle Rose #F24CBF

Tints of Razzle Dazzle Rose #F24CBF

Color information

#F24CBF (or 0xF24CBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4C and BF. RGB value is (242,76,191). Sum of RGB (Red+Green+Blue) = 242+76+191=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CBF is #0DB340. Grayscale: #8A8A8A. Windows color (decimal): -897857 or 12537074. OLE color: 12537074.

HSL color Cylindrical-coordinate representation of color #F24CBF: hue angle of 318.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CBF is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB24276191-
CMYK00.690.210.05
HSL318.43º86.46%62.35%-
HSV(B)318.43º68.6%94.9%-
XYZ48.6127.8152.1-
YUV138.74157.5201.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 76 (30.08% from 255) = 14.93%
BLUE value IS 191 (75% from 255) = 37.52%
R=47.54%
G=14.93%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427619100.690.210.05318.4386.4662.35
HexF24CBF04515513e563e
Octal362114277010525547612676
Binary1111001010011001011111101000101101011011001111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CBF; }

 p { color: rgb(242,76,191); }

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

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

 a { background-color: rgb(242,76,191); }

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

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

 span { border-color: rgb(242,76,191); }

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