#F239B3

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

Shades of Persian Rose #F239B3

Tints of Persian Rose #F239B3

Color information

#F239B3 (or 0xF239B3) is unknown color: approx Persian Rose. HEX triplet: F2, 39 and B3. RGB value is (242,57,179). Sum of RGB (Red+Green+Blue) = 242+57+179=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F239B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239B3 is #0DC64C. Grayscale: #7D7D7D. Windows color (decimal): -902733 or 11745778. OLE color: 11745778.

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

Color convert

RGB24257179-
CMYK00.760.260.05
HSL320.43º87.68%58.63%-
HSV(B)320.43º76.45%94.9%-
XYZ46.2225.0645.05-
YUV126.22157.79210.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 57 (22.66% from 255) = 11.92%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=50.63%
G=11.92%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425717900.760.260.05320.4387.6858.63
HexF239B304C1A5140583b
Octal36271263011432550013073
Binary111100101110011011001101001100110101011010000001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F239B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F239B3; }

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

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

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

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

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

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

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

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