#F24BBB

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

Shades of Razzle Dazzle Rose #F24BBB

Tints of Razzle Dazzle Rose #F24BBB

Color information

#F24BBB (or 0xF24BBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4B and BB. RGB value is (242,75,187). Sum of RGB (Red+Green+Blue) = 242+75+187=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24BBB is #0DB444. Grayscale: #898989. Windows color (decimal): -898117 or 12274674. OLE color: 12274674.

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

Color convert

RGB24275187-
CMYK00.690.230.05
HSL319.76º86.53%62.16%-
HSV(B)319.76º69.01%94.9%-
XYZ48.127.549.79-
YUV137.7155.83202.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 75 (29.69% from 255) = 14.88%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=48.02%
G=14.88%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427518700.690.230.05319.7686.5362.16
HexF24BBB045175140573e
Octal362113273010527550012776
Binary1111001010010111011101101000101101111011010000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24BBB; }

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

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

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

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

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

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

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

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