#F239DC

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

Shades of Razzle Dazzle Rose #F239DC

Tints of Razzle Dazzle Rose #F239DC

Color information

#F239DC (or 0xF239DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 39 and DC. RGB value is (242,57,220). Sum of RGB (Red+Green+Blue) = 242+57+220=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F239DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239DC is #0DC623. Grayscale: #828282. Windows color (decimal): -902692 or 14432754. OLE color: 14432754.

HSL color Cylindrical-coordinate representation of color #F239DC: hue angle of 307.14º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239DC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24257220-
CMYK00.760.090.05
HSL307.14º87.68%58.63%-
HSV(B)307.14º76.45%94.9%-
XYZ5126.9770.23-
YUV130.9178.29207.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 57 (22.66% from 255) = 10.98%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=46.63%
G=10.98%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425722000.760.090.05307.1487.6858.63
HexF239DC04C95133583b
Octal36271334011411546313073
Binary11110010111001110111000100110010011011001100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F239DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F239DC; }

 p { color: rgb(242,57,220); }

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

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

 a { background-color: rgb(242,57,220); }

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

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

 span { border-color: rgb(242,57,220); }

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