Html Css Color HEX #FE2FAA Persian Rose

📋 copy color: '#FE2FAA'

red 254 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #FE2FAA

Tints of Persian Rose #FE2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.98%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 53.93%
G = 9.98%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE2FAA (or 0xFE2FAA) is known color: Persian Rose. HEX triplet: FE, 2F and AA. RGB value is (254,47,170). Sum of RGB (Red+Green+Blue) = 254+47+170=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FAA is #01D055. Grayscale: #7A7A7A. Windows color (decimal): -118870 or 11153406. OLE color: 11153406.

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

Color convert

RGB 254 47 170 -
CMYK 0 0.81 0.33 0.00
HSL 324.35º 0.99% 0.59% -
HSV(B) 324.35º 0.81% 1% -
XYZ 49.15 26.01 40.46 -
YUV 122.92 154.58 221.5 -
System Red Green Blue C M Y K H S L
Decimal 254 47 170 0 0.81 0.33 0.00 324.35 0.99 0.59
Hex FE 2F AA 0 51 21 0 144 63 3B
Octal 376 57 252 0 121 41 0 504 143 73
Binary 11111110 101111 10101010 0 1010001 100001 0 101000100 1100011 111011

Color Harmonies of #FE2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FAA

Black with #FE2FAA

Text Example


Text Example

White with #FE2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FAA; }

 p { color: rgb(254,47,170); }

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

background-color css

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

 a { background-color: rgb(254,47,170); }

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

border-color css

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

 span { border-color: rgb(254,47,170); }

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