#F242DF

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

Shades of Razzle Dazzle Rose #F242DF

Tints of Razzle Dazzle Rose #F242DF

Color information

#F242DF (or 0xF242DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 42 and DF. RGB value is (242,66,223). Sum of RGB (Red+Green+Blue) = 242+66+223=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F242DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242DF is #0DBD20. Grayscale: #888888. Windows color (decimal): -900385 or 14631666. OLE color: 14631666.

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

Color convert

RGB24266223-
CMYK00.730.080.05
HSL306.48º87.13%60.39%-
HSV(B)306.48º72.73%94.9%-
XYZ51.8928.172.5-
YUV136.52176.81203.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 66 (26.17% from 255) = 12.43%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=45.57%
G=12.43%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426622300.730.080.05306.4887.1360.39
HexF242DF04985132573c
Octal362102337011110546212774
Binary111100101000010110111110100100110001011001100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F242DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F242DF; }

 p { color: rgb(242,66,223); }

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

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

 a { background-color: rgb(242,66,223); }

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

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

 span { border-color: rgb(242,66,223); }

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