Html Css Color HEX #FE20A3 Persian Rose

📋 copy color: '#FE20A3'

red 254 ◦ green 32 ◦ blue 163

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

Shades of Persian Rose #FE20A3

Tints of Persian Rose #FE20A3

RGB

 RED value IS 254 (99.61% from 255) = 56.57%

 GREEN value IS 32 (12.89% from 255) = 7.13%

 BLUE value IS 163 (64.06% from 255) = 36.3%

R = 56.57%
G = 7.13%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE20A3 (or 0xFE20A3) is known color: Persian Rose. HEX triplet: FE, 20 and A3. RGB value is (254,32,163). Sum of RGB (Red+Green+Blue) = 254+32+163=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE20A3 is #01DF5C. Grayscale: #717171. Windows color (decimal): -122717 or 10690814. OLE color: 10690814.

HSL color Cylindrical-coordinate representation of color #FE20A3: hue angle of 324.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20A3 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 163 -
CMYK 0 0.87 0.36 0.00
HSL 324.59º 0.99% 0.56% -
HSV(B) 324.59º 0.87% 1% -
XYZ 48 24.75 36.9 -
YUV 113.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 254 32 163 0 0.87 0.36 0.00 324.59 0.99 0.56
Hex FE 20 A3 0 57 24 0 145 63 38
Octal 376 40 243 0 127 44 0 505 143 70
Binary 11111110 100000 10100011 0 1010111 100100 0 101000101 1100011 111000

Color Harmonies of #FE20A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20A3

Black with #FE20A3

Text Example


Text Example

White with #FE20A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20A3; }

 p { color: rgb(254,32,163); }

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

background-color css

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

 a { background-color: rgb(254,32,163); }

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

border-color css

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

 span { border-color: rgb(254,32,163); }

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