Html Css Color HEX #F2299E Persian Rose

📋 copy color: '#F2299E'

red 242 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #F2299E

Tints of Persian Rose #F2299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.3%

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

R = 54.88%
G = 9.3%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2299E (or 0xF2299E) is known color: Persian Rose. HEX triplet: F2, 29 and 9E. RGB value is (242,41,158). Sum of RGB (Red+Green+Blue) = 242+41+158=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2299E is #0DD661. Grayscale: #727272. Windows color (decimal): -906850 or 10365426. OLE color: 10365426.

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

Color convert

RGB 242 41 158 -
CMYK 0 0.83 0.35 0.05
HSL 325.07º 0.89% 0.55% -
HSV(B) 325.07º 0.83% 0.95% -
XYZ 43.58 22.93 34.48 -
YUV 114.44 152.59 218.99 -
System Red Green Blue C M Y K H S L
Decimal 242 41 158 0 0.83 0.35 0.05 325.07 0.89 0.55
Hex F2 29 9E 0 53 23 5 145 59 37
Octal 362 51 236 0 123 43 5 505 131 67
Binary 11110010 101001 10011110 0 1010011 100011 101 101000101 1011001 110111

Color Harmonies of #F2299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2299E

Black with #F2299E

Text Example


Text Example

White with #F2299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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