Html Css Color HEX #FE2FAF Persian Rose

📋 copy color: '#FE2FAF'

red 254 ◦ green 47 ◦ blue 175

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

Shades of Persian Rose #FE2FAF

Tints of Persian Rose #FE2FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 53.36%
G = 9.87%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE2FAF (or 0xFE2FAF) is known color: Persian Rose. HEX triplet: FE, 2F and AF. RGB value is (254,47,175). Sum of RGB (Red+Green+Blue) = 254+47+175=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FAF is #01D050. Grayscale: #7B7B7B. Windows color (decimal): -118865 or 11481086. OLE color: 11481086.

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

Color convert

RGB 254 47 175 -
CMYK 0 0.81 0.31 0.00
HSL 322.9º 0.99% 0.59% -
HSV(B) 322.9º 0.81% 1% -
XYZ 49.63 26.2 43 -
YUV 123.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 254 47 175 0 0.81 0.31 0.00 322.9 0.99 0.59
Hex FE 2F AF 0 51 1F 0 143 63 3B
Octal 376 57 257 0 121 37 0 503 143 73
Binary 11111110 101111 10101111 0 1010001 11111 0 101000011 1100011 111011

Color Harmonies of #FE2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FAF

Black with #FE2FAF

Text Example


Text Example

White with #FE2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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