Html Css Color HEX #F2239B Persian Rose

📋 copy color: '#F2239B'

red 242 ◦ green 35 ◦ blue 155

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

Shades of Persian Rose #F2239B

Tints of Persian Rose #F2239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 56.02%
G = 8.1%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2239B (or 0xF2239B) is known color: Persian Rose. HEX triplet: F2, 23 and 9B. RGB value is (242,35,155). Sum of RGB (Red+Green+Blue) = 242+35+155=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2239B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2239B is #0DDC64. Grayscale: #6E6E6E. Windows color (decimal): -908389 or 10167282. OLE color: 10167282.

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

Color convert

RGB 242 35 155 -
CMYK 0 0.86 0.36 0.05
HSL 325.22º 0.89% 0.54% -
HSV(B) 325.22º 0.86% 0.95% -
XYZ 43.14 22.45 33.07 -
YUV 110.57 153.08 221.74 -
System Red Green Blue C M Y K H S L
Decimal 242 35 155 0 0.86 0.36 0.05 325.22 0.89 0.54
Hex F2 23 9B 0 56 24 5 145 59 36
Octal 362 43 233 0 126 44 5 505 131 66
Binary 11110010 100011 10011011 0 1010110 100100 101 101000101 1011001 110110

Color Harmonies of #F2239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2239B

Black with #F2239B

Text Example


Text Example

White with #F2239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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