#F239B9

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

Shades of Razzle Dazzle Rose #F239B9

Tints of Razzle Dazzle Rose #F239B9

Color information

#F239B9 (or 0xF239B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 39 and B9. RGB value is (242,57,185). Sum of RGB (Red+Green+Blue) = 242+57+185=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F239B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239B9 is #0DC646. Grayscale: #7E7E7E. Windows color (decimal): -902727 or 12138994. OLE color: 12138994.

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

Color convert

RGB24257185-
CMYK00.760.240.05
HSL318.49º87.68%58.63%-
HSV(B)318.49º76.45%94.9%-
XYZ46.8425.3148.31-
YUV126.91160.79210.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 11.78%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=50%
G=11.78%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425718500.760.240.05318.4987.6858.63
HexF239B904C18513e583b
Octal36271271011430547613073
Binary111100101110011011100101001100110001011001111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F239B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F239B9; }

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

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

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

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

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

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

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

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