#F240DA

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

Shades of Razzle Dazzle Rose #F240DA

Tints of Razzle Dazzle Rose #F240DA

Color information

#F240DA (or 0xF240DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 40 and DA. RGB value is (242,64,218). Sum of RGB (Red+Green+Blue) = 242+64+218=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F240DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240DA is #0DBF25. Grayscale: #868686. Windows color (decimal): -900902 or 14303474. OLE color: 14303474.

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

Color convert

RGB24264218-
CMYK00.740.100.05
HSL308.09º87.25%60%-
HSV(B)308.09º73.55%94.9%-
XYZ51.1127.6168.96-
YUV134.78174.97204.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 64 (25.39% from 255) = 12.21%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=46.18%
G=12.21%
B=41.60%

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
Decimal2426421800.740.100.05308.0987.2560
HexF240DA04AA5134573c
Octal362100332011212546412774
Binary111100101000000110110100100101010101011001101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F240DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F240DA; }

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

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

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

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

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

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

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

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