Html Css Color HEX #F22499 Persian Rose

📋 copy color: '#F22499'

red 242 ◦ green 36 ◦ blue 153

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

Shades of Persian Rose #F22499

Tints of Persian Rose #F22499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 56.15%
G = 8.35%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F22499 (or 0xF22499) is known color: Persian Rose. HEX triplet: F2, 24 and 99. RGB value is (242,36,153). Sum of RGB (Red+Green+Blue) = 242+36+153=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F22499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22499 is #0DDB66. Grayscale: #6E6E6E. Windows color (decimal): -908135 or 10036466. OLE color: 10036466.

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

Color convert

RGB 242 36 153 -
CMYK 0 0.85 0.37 0.05
HSL 325.92º 0.89% 0.55% -
HSV(B) 325.92º 0.85% 0.95% -
XYZ 43 22.44 32.2 -
YUV 110.93 151.75 221.49 -
System Red Green Blue C M Y K H S L
Decimal 242 36 153 0 0.85 0.37 0.05 325.92 0.89 0.55
Hex F2 24 99 0 55 25 5 146 59 37
Octal 362 44 231 0 125 45 5 506 131 67
Binary 11110010 100100 10011001 0 1010101 100101 101 101000110 1011001 110111

Color Harmonies of #F22499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22499

Black with #F22499

Text Example


Text Example

White with #F22499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22499; }

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

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

background-color css

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

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

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

border-color css

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

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

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