Html Css Color HEX #FE7ABF Persian Pink

📋 copy color: '#FE7ABF'

red 254 ◦ green 122 ◦ blue 191

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

Shades of Persian Pink #FE7ABF

Tints of Persian Pink #FE7ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.52%

 BLUE value IS 191 (75% from 255) = 33.69%

R = 44.8%
G = 21.52%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE7ABF (or 0xFE7ABF) is known color: Persian Pink. HEX triplet: FE, 7A and BF. RGB value is (254,122,191). Sum of RGB (Red+Green+Blue) = 254+122+191=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ABF is #018540. Grayscale: #A9A9A9. Windows color (decimal): -99649 or 12548862. OLE color: 12548862.

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

Color convert

RGB 254 122 191 -
CMYK 0 0.52 0.25 0.00
HSL 328.64º 0.99% 0.74% -
HSV(B) 328.64º 0.52% 1% -
XYZ 57.24 38.75 53.75 -
YUV 169.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 254 122 191 0 0.52 0.25 0.00 328.64 0.99 0.74
Hex FE 7A BF 0 34 19 0 149 63 4A
Octal 376 172 277 0 64 31 0 511 143 112
Binary 11111110 1111010 10111111 0 110100 11001 0 101001001 1100011 1001010

Color Harmonies of #FE7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ABF

Black with #FE7ABF

Text Example


Text Example

White with #FE7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ABF; }

 p { color: rgb(254,122,191); }

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

background-color css

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

 a { background-color: rgb(254,122,191); }

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

border-color css

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

 span { border-color: rgb(254,122,191); }

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