Html Css Color HEX #F223A1 Persian Rose

📋 copy color: '#F223A1'

red 242 ◦ green 35 ◦ blue 161

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

Shades of Persian Rose #F223A1

Tints of Persian Rose #F223A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 55.25%
G = 7.99%
B = 36.76%

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

#F223A1 (or 0xF223A1) is known color: Persian Rose. HEX triplet: F2, 23 and A1. RGB value is (242,35,161). Sum of RGB (Red+Green+Blue) = 242+35+161=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F223A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F223A1 is #0DDC5E. Grayscale: #6E6E6E. Windows color (decimal): -908383 or 10560498. OLE color: 10560498.

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

Color convert

RGB 242 35 161 -
CMYK 0 0.86 0.33 0.05
HSL 323.48º 0.89% 0.54% -
HSV(B) 323.48º 0.86% 0.95% -
XYZ 43.65 22.65 35.79 -
YUV 111.26 156.08 221.25 -
System Red Green Blue C M Y K H S L
Decimal 242 35 161 0 0.86 0.33 0.05 323.48 0.89 0.54
Hex F2 23 A1 0 56 21 5 143 59 36
Octal 362 43 241 0 126 41 5 503 131 66
Binary 11110010 100011 10100001 0 1010110 100001 101 101000011 1011001 110110

Color Harmonies of #F223A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F223A1

Black with #F223A1

Text Example


Text Example

White with #F223A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F223A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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