Html Css Color HEX #F2249E Persian Rose

📋 copy color: '#F2249E'

red 242 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #F2249E

Tints of Persian Rose #F2249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.26%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 55.5%
G = 8.26%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2249E (or 0xF2249E) is known color: Persian Rose. HEX triplet: F2, 24 and 9E. RGB value is (242,36,158). Sum of RGB (Red+Green+Blue) = 242+36+158=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2249E is #0DDB61. Grayscale: #6F6F6F. Windows color (decimal): -908130 or 10364146. OLE color: 10364146.

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

Color convert

RGB 242 36 158 -
CMYK 0 0.85 0.35 0.05
HSL 324.47º 0.89% 0.55% -
HSV(B) 324.47º 0.85% 0.95% -
XYZ 43.42 22.61 34.42 -
YUV 111.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 242 36 158 0 0.85 0.35 0.05 324.47 0.89 0.55
Hex F2 24 9E 0 55 23 5 144 59 37
Octal 362 44 236 0 125 43 5 504 131 67
Binary 11110010 100100 10011110 0 1010101 100011 101 101000100 1011001 110111

Color Harmonies of #F2249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2249E

Black with #F2249E

Text Example


Text Example

White with #F2249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2249E; }

 p { color: rgb(242,36,158); }

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

background-color css

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

 a { background-color: rgb(242,36,158); }

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

border-color css

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

 span { border-color: rgb(242,36,158); }

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