Html Css Color HEX #F2239F Persian Rose

📋 copy color: '#F2239F'

red 242 ◦ green 35 ◦ blue 159

#F2239F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F2239F

Tints of Persian Rose #F2239F

RGB

 RED value IS 242 (94.92% from 255) = 55.5%

 GREEN value IS 35 (14.06% from 255) = 8.03%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 55.5%
G = 8.03%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2239F (or 0xF2239F) is known color: Persian Rose. HEX triplet: F2, 23 and 9F. RGB value is (242,35,159). Sum of RGB (Red+Green+Blue) = 242+35+159=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2239F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2239F is #0DDC60. Grayscale: #6E6E6E. Windows color (decimal): -908385 or 10429426. OLE color: 10429426.

HSL color Cylindrical-coordinate representation of color #F2239F: hue angle of 324.06º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2239F is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 159 -
CMYK 0 0.86 0.34 0.05
HSL 324.06º 0.89% 0.54% -
HSV(B) 324.06º 0.86% 0.95% -
XYZ 43.48 22.58 34.87 -
YUV 111.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 242 35 159 0 0.86 0.34 0.05 324.06 0.89 0.54
Hex F2 23 9F 0 56 22 5 144 59 36
Octal 362 43 237 0 126 42 5 504 131 66
Binary 11110010 100011 10011111 0 1010110 100010 101 101000100 1011001 110110

Color Harmonies of #F2239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2239F

Black with #F2239F

Text Example


Text Example

White with #F2239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2239F; }

 p { color: rgb(242,35,159); }

 H1.HeaderClassName
 {
   color: #F2239F;
 }
 .AnyTagClassName
 {
   color: #F2239F;
 }
</style>

background-color css

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

 a { background-color: rgb(242,35,159); }

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

border-color css

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

 span { border-color: rgb(242,35,159); }

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