#F240D9

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

Shades of Razzle Dazzle Rose #F240D9

Tints of Razzle Dazzle Rose #F240D9

Color information

#F240D9 (or 0xF240D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 40 and D9. RGB value is (242,64,217). Sum of RGB (Red+Green+Blue) = 242+64+217=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F240D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240D9 is #0DBF26. Grayscale: #868686. Windows color (decimal): -900903 or 14237938. OLE color: 14237938.

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

Color convert

RGB24264217-
CMYK00.740.100.05
HSL308.43º87.25%60%-
HSV(B)308.43º73.55%94.9%-
XYZ50.9827.5568.28-
YUV134.66174.47204.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 64 (25.39% from 255) = 12.24%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=46.27%
G=12.24%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426421700.740.100.05308.4387.2560
HexF240D904AA5134573c
Octal362100331011212546412774
Binary111100101000000110110010100101010101011001101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F240D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F240D9; }

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

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

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

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

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

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

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

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