Html Css Color HEX #FE1FA3 Persian Rose

📋 copy color: '#FE1FA3'

red 254 ◦ green 31 ◦ blue 163

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

Shades of Persian Rose #FE1FA3

Tints of Persian Rose #FE1FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.92%

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

R = 56.7%
G = 6.92%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE1FA3 (or 0xFE1FA3) is known color: Persian Rose. HEX triplet: FE, 1F and A3. RGB value is (254,31,163). Sum of RGB (Red+Green+Blue) = 254+31+163=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1FA3 is #01E05C. Grayscale: #707070. Windows color (decimal): -122973 or 10690558. OLE color: 10690558.

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

Color convert

RGB 254 31 163 -
CMYK 0 0.88 0.36 0.00
HSL 324.48º 0.99% 0.56% -
HSV(B) 324.48º 0.88% 1% -
XYZ 47.97 24.7 36.89 -
YUV 112.73 156.38 228.77 -
System Red Green Blue C M Y K H S L
Decimal 254 31 163 0 0.88 0.36 0.00 324.48 0.99 0.56
Hex FE 1F A3 0 58 24 0 144 63 38
Octal 376 37 243 0 130 44 0 504 143 70
Binary 11111110 11111 10100011 0 1011000 100100 0 101000100 1100011 111000

Color Harmonies of #FE1FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1FA3

Black with #FE1FA3

Text Example


Text Example

White with #FE1FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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