#F240D8

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

Shades of Razzle Dazzle Rose #F240D8

Tints of Razzle Dazzle Rose #F240D8

Color information

#F240D8 (or 0xF240D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 40 and D8. RGB value is (242,64,216). Sum of RGB (Red+Green+Blue) = 242+64+216=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F240D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240D8 is #0DBF27. Grayscale: #868686. Windows color (decimal): -900904 or 14172402. OLE color: 14172402.

HSL color Cylindrical-coordinate representation of color #F240D8: hue angle of 308.76º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240D8 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24264216-
CMYK00.740.110.05
HSL308.76º87.25%60%-
HSV(B)308.76º73.55%94.9%-
XYZ50.8527.567.59-
YUV134.55173.97204.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 64 (25.39% from 255) = 12.26%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=46.36%
G=12.26%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426421600.740.110.05308.7687.2560
HexF240D804AB5135573c
Octal362100330011213546512774
Binary111100101000000110110000100101010111011001101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F240D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F240D8; }

 p { color: rgb(242,64,216); }

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

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

 a { background-color: rgb(242,64,216); }

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

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

 span { border-color: rgb(242,64,216); }

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