#F24BBC

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

Shades of Razzle Dazzle Rose #F24BBC

Tints of Razzle Dazzle Rose #F24BBC

Color information

#F24BBC (or 0xF24BBC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4B and BC. RGB value is (242,75,188). Sum of RGB (Red+Green+Blue) = 242+75+188=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24BBC is #0DB443. Grayscale: #898989. Windows color (decimal): -898116 or 12340210. OLE color: 12340210.

HSL color Cylindrical-coordinate representation of color #F24BBC: hue angle of 319.4º degrees, saturation: 0.87, 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 #F24BBC is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24275188-
CMYK00.690.220.05
HSL319.4º86.53%62.16%-
HSV(B)319.4º69.01%94.9%-
XYZ48.2127.5450.35-
YUV137.82156.33202.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 75 (29.69% from 255) = 14.85%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=47.92%
G=14.85%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427518800.690.220.05319.486.5362.16
HexF24BBC04516513f573e
Octal362113274010526547712776
Binary1111001010010111011110001000101101101011001111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24BBC; }

 p { color: rgb(242,75,188); }

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

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

 a { background-color: rgb(242,75,188); }

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

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

 span { border-color: rgb(242,75,188); }

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