Html Css Color HEX #F2209F Persian Rose

📋 copy color: '#F2209F'

red 242 ◦ green 32 ◦ blue 159

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

Shades of Persian Rose #F2209F

Tints of Persian Rose #F2209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.39%

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

R = 55.89%
G = 7.39%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2209F (or 0xF2209F) is known color: Persian Rose. HEX triplet: F2, 20 and 9F. RGB value is (242,32,159). Sum of RGB (Red+Green+Blue) = 242+32+159=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2209F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2209F is #0DDF60. Grayscale: #6C6C6C. Windows color (decimal): -909153 or 10428658. OLE color: 10428658.

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

Color convert

RGB 242 32 159 -
CMYK 0 0.87 0.34 0.05
HSL 323.71º 0.89% 0.54% -
HSV(B) 323.71º 0.87% 0.95% -
XYZ 43.39 22.41 34.84 -
YUV 109.27 156.07 222.67 -
System Red Green Blue C M Y K H S L
Decimal 242 32 159 0 0.87 0.34 0.05 323.71 0.89 0.54
Hex F2 20 9F 0 57 22 5 144 59 36
Octal 362 40 237 0 127 42 5 504 131 66
Binary 11110010 100000 10011111 0 1010111 100010 101 101000100 1011001 110110

Color Harmonies of #F2209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2209F

Black with #F2209F

Text Example


Text Example

White with #F2209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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