Html Css Color HEX #FE2FAC Persian Rose

📋 copy color: '#FE2FAC'

red 254 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #FE2FAC

Tints of Persian Rose #FE2FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 53.7%
G = 9.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE2FAC (or 0xFE2FAC) is known color: Persian Rose. HEX triplet: FE, 2F and AC. RGB value is (254,47,172). Sum of RGB (Red+Green+Blue) = 254+47+172=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FAC is #01D053. Grayscale: #7A7A7A. Windows color (decimal): -118868 or 11284478. OLE color: 11284478.

HSL color Cylindrical-coordinate representation of color #FE2FAC: hue angle of 323.77º 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 #FE2FAC is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 47 172 -
CMYK 0 0.81 0.32 0.00
HSL 323.77º 0.99% 0.59% -
HSV(B) 323.77º 0.81% 1% -
XYZ 49.34 26.08 41.46 -
YUV 123.14 155.58 221.34 -
System Red Green Blue C M Y K H S L
Decimal 254 47 172 0 0.81 0.32 0.00 323.77 0.99 0.59
Hex FE 2F AC 0 51 20 0 144 63 3B
Octal 376 57 254 0 121 40 0 504 143 73
Binary 11111110 101111 10101100 0 1010001 100000 0 101000100 1100011 111011

Color Harmonies of #FE2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FAC

Black with #FE2FAC

Text Example


Text Example

White with #FE2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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