Html Css Color HEX #F22FAE Persian Rose

📋 copy color: '#F22FAE'

red 242 ◦ green 47 ◦ blue 174

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

Shades of Persian Rose #F22FAE

Tints of Persian Rose #F22FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.15%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 52.27%
G = 10.15%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F22FAE (or 0xF22FAE) is known color: Persian Rose. HEX triplet: F2, 2F and AE. RGB value is (242,47,174). Sum of RGB (Red+Green+Blue) = 242+47+174=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F22FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22FAE is #0DD051. Grayscale: #777777. Windows color (decimal): -905298 or 11415538. OLE color: 11415538.

HSL color Cylindrical-coordinate representation of color #F22FAE: hue angle of 320.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22FAE is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 47 174 -
CMYK 0 0.81 0.28 0.05
HSL 320.92º 0.88% 0.57% -
HSV(B) 320.92º 0.81% 0.95% -
XYZ 45.27 23.97 42.28 -
YUV 119.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 242 47 174 0 0.81 0.28 0.05 320.92 0.88 0.57
Hex F2 2F AE 0 51 1C 5 141 58 39
Octal 362 57 256 0 121 34 5 501 130 71
Binary 11110010 101111 10101110 0 1010001 11100 101 101000001 1011000 111001

Color Harmonies of #F22FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22FAE

Black with #F22FAE

Text Example


Text Example

White with #F22FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22FAE; }

 p { color: rgb(242,47,174); }

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

background-color css

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

 a { background-color: rgb(242,47,174); }

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

border-color css

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

 span { border-color: rgb(242,47,174); }

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