#F024C6

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

Shades of Razzle Dazzle Rose #F024C6

Tints of Razzle Dazzle Rose #F024C6

Color information

#F024C6 (or 0xF024C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 24 and C6. RGB value is (240,36,198). Sum of RGB (Red+Green+Blue) = 240+36+198=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F024C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024C6 is #0FDB39. Grayscale: #737373. Windows color (decimal): -1039162 or 12985584. OLE color: 12985584.

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

Color convert

RGB24036198-
CMYK00.850.180.06
HSL312.35º87.18%54.12%-
HSV(B)312.35º85%94.12%-
XYZ46.7623.8655.57-
YUV115.46174.59216.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.63%
GREEN value IS 36 (14.45% from 255) = 7.59%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=50.63%
G=7.59%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403619800.850.180.06312.3587.1854.12
HexF024C60551261385736
Octal36044306012522647012766
Binary111100001001001100011001010101100101101001110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F024C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F024C6; }

 p { color: rgb(240,36,198); }

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

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

 a { background-color: rgb(240,36,198); }

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

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

 span { border-color: rgb(240,36,198); }

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