Html Css Color HEX #F22495 Persian Rose

📋 copy color: '#F22495'

red 242 ◦ green 36 ◦ blue 149

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

Shades of Persian Rose #F22495

Tints of Persian Rose #F22495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 56.67%
G = 8.43%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F22495 (or 0xF22495) is known color: Persian Rose. HEX triplet: F2, 24 and 95. RGB value is (242,36,149). Sum of RGB (Red+Green+Blue) = 242+36+149=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F22495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22495 is #0DDB6A. Grayscale: #6E6E6E. Windows color (decimal): -908139 or 9774322. OLE color: 9774322.

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

Color convert

RGB 242 36 149 -
CMYK 0 0.85 0.38 0.05
HSL 327.09º 0.89% 0.55% -
HSV(B) 327.09º 0.85% 0.95% -
XYZ 42.67 22.31 30.49 -
YUV 110.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 242 36 149 0 0.85 0.38 0.05 327.09 0.89 0.55
Hex F2 24 95 0 55 26 5 147 59 37
Octal 362 44 225 0 125 46 5 507 131 67
Binary 11110010 100100 10010101 0 1010101 100110 101 101000111 1011001 110111

Color Harmonies of #F22495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22495

Black with #F22495

Text Example


Text Example

White with #F22495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22495; }

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

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

background-color css

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

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

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

border-color css

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

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

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