Html Css Color HEX #F224A7 Persian Rose

📋 copy color: '#F224A7'

red 242 ◦ green 36 ◦ blue 167

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

Shades of Persian Rose #F224A7

Tints of Persian Rose #F224A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.53%

R = 54.38%
G = 8.09%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F224A7 (or 0xF224A7) is known color: Persian Rose. HEX triplet: F2, 24 and A7. RGB value is (242,36,167). Sum of RGB (Red+Green+Blue) = 242+36+167=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F224A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F224A7 is #0DDB58. Grayscale: #707070. Windows color (decimal): -908121 or 10953970. OLE color: 10953970.

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

Color convert

RGB 242 36 167 -
CMYK 0 0.85 0.31 0.05
HSL 321.84º 0.89% 0.55% -
HSV(B) 321.84º 0.85% 0.95% -
XYZ 44.22 22.93 38.65 -
YUV 112.53 158.75 220.35 -
System Red Green Blue C M Y K H S L
Decimal 242 36 167 0 0.85 0.31 0.05 321.84 0.89 0.55
Hex F2 24 A7 0 55 1F 5 142 59 37
Octal 362 44 247 0 125 37 5 502 131 67
Binary 11110010 100100 10100111 0 1010101 11111 101 101000010 1011001 110111

Color Harmonies of #F224A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F224A7

Black with #F224A7

Text Example


Text Example

White with #F224A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F224A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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