Html Css Color HEX #F223A2 Persian Rose

📋 copy color: '#F223A2'

red 242 ◦ green 35 ◦ blue 162

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

Shades of Persian Rose #F223A2

Tints of Persian Rose #F223A2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.97%

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 55.13%
G = 7.97%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F223A2 (or 0xF223A2) is known color: Persian Rose. HEX triplet: F2, 23 and A2. RGB value is (242,35,162). Sum of RGB (Red+Green+Blue) = 242+35+162=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F223A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F223A2 is #0DDC5D. Grayscale: #6F6F6F. Windows color (decimal): -908382 or 10626034. OLE color: 10626034.

HSL color Cylindrical-coordinate representation of color #F223A2: hue angle of 323.19º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223A2 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 162 -
CMYK 0 0.86 0.33 0.05
HSL 323.19º 0.89% 0.54% -
HSV(B) 323.19º 0.86% 0.95% -
XYZ 43.74 22.69 36.26 -
YUV 111.37 156.58 221.17 -
System Red Green Blue C M Y K H S L
Decimal 242 35 162 0 0.86 0.33 0.05 323.19 0.89 0.54
Hex F2 23 A2 0 56 21 5 143 59 36
Octal 362 43 242 0 126 41 5 503 131 66
Binary 11110010 100011 10100010 0 1010110 100001 101 101000011 1011001 110110

Color Harmonies of #F223A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F223A2

Black with #F223A2

Text Example


Text Example

White with #F223A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F223A2; }

 p { color: rgb(242,35,162); }

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

background-color css

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

 a { background-color: rgb(242,35,162); }

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

border-color css

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

 span { border-color: rgb(242,35,162); }

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