#F24BBE

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

Shades of Razzle Dazzle Rose #F24BBE

Tints of Razzle Dazzle Rose #F24BBE

Color information

#F24BBE (or 0xF24BBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4B and BE. RGB value is (242,75,190). Sum of RGB (Red+Green+Blue) = 242+75+190=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24BBE is #0DB441. Grayscale: #898989. Windows color (decimal): -898114 or 12471282. OLE color: 12471282.

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

Color convert

RGB24275190-
CMYK00.690.210.05
HSL318.68º86.53%62.16%-
HSV(B)318.68º69.01%94.9%-
XYZ48.4327.6351.5-
YUV138.04157.33202.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.73%
GREEN value IS 75 (29.69% from 255) = 14.79%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=47.73%
G=14.79%
B=37.48%

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
Decimal2427519000.690.210.05318.6886.5362.16
HexF24BBE04515513f573e
Octal362113276010525547712776
Binary1111001010010111011111001000101101011011001111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24BBE; }

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

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

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

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

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

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

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

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