Html Css Color HEX #F22599 Persian Rose

📋 copy color: '#F22599'

red 242 ◦ green 37 ◦ blue 153

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

Shades of Persian Rose #F22599

Tints of Persian Rose #F22599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.56%

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

R = 56.02%
G = 8.56%
B = 35.42%

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

#F22599 (or 0xF22599) is known color: Persian Rose. HEX triplet: F2, 25 and 99. RGB value is (242,37,153). Sum of RGB (Red+Green+Blue) = 242+37+153=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F22599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22599 is #0DDA66. Grayscale: #6F6F6F. Windows color (decimal): -907879 or 10036722. OLE color: 10036722.

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

Color convert

RGB 242 37 153 -
CMYK 0 0.85 0.37 0.05
HSL 326.05º 0.89% 0.55% -
HSV(B) 326.05º 0.85% 0.95% -
XYZ 43.03 22.5 32.21 -
YUV 111.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 242 37 153 0 0.85 0.37 0.05 326.05 0.89 0.55
Hex F2 25 99 0 55 25 5 146 59 37
Octal 362 45 231 0 125 45 5 506 131 67
Binary 11110010 100101 10011001 0 1010101 100101 101 101000110 1011001 110111

Color Harmonies of #F22599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22599

Black with #F22599

Text Example


Text Example

White with #F22599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22599; }

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

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

background-color css

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

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

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

border-color css

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

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

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