Html Css Color HEX #F22493 Persian Rose

📋 copy color: '#F22493'

red 242 ◦ green 36 ◦ blue 147

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

Shades of Persian Rose #F22493

Tints of Persian Rose #F22493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 56.94%
G = 8.47%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F22493 (or 0xF22493) is known color: Persian Rose. HEX triplet: F2, 24 and 93. RGB value is (242,36,147). Sum of RGB (Red+Green+Blue) = 242+36+147=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F22493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22493 is #0DDB6C. Grayscale: #6E6E6E. Windows color (decimal): -908141 or 9643250. OLE color: 9643250.

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

Color convert

RGB 242 36 147 -
CMYK 0 0.85 0.39 0.05
HSL 327.67º 0.89% 0.55% -
HSV(B) 327.67º 0.85% 0.95% -
XYZ 42.52 22.25 29.66 -
YUV 110.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 242 36 147 0 0.85 0.39 0.05 327.67 0.89 0.55
Hex F2 24 93 0 55 27 5 148 59 37
Octal 362 44 223 0 125 47 5 510 131 67
Binary 11110010 100100 10010011 0 1010101 100111 101 101001000 1011001 110111

Color Harmonies of #F22493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22493

Black with #F22493

Text Example


Text Example

White with #F22493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22493; }

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

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

background-color css

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

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

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

border-color css

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

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

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