Html Css Color HEX #FE7FB4 Persian Pink

📋 copy color: '#FE7FB4'

red 254 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #FE7FB4

Tints of Persian Pink #FE7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 22.64%

 BLUE value IS 180 (70.7% from 255) = 32.09%

R = 45.28%
G = 22.64%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE7FB4 (or 0xFE7FB4) is known color: Persian Pink. HEX triplet: FE, 7F and B4. RGB value is (254,127,180). Sum of RGB (Red+Green+Blue) = 254+127+180=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FB4 is #01804B. Grayscale: #AAAAAA. Windows color (decimal): -98380 or 11829246. OLE color: 11829246.

HSL color Cylindrical-coordinate representation of color #FE7FB4: hue angle of 334.96º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FB4 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 180 -
CMYK 0 0.50 0.29 0.00
HSL 334.96º 0.98% 0.75% -
HSV(B) 334.96º 0.5% 1% -
XYZ 56.7 39.54 47.82 -
YUV 171.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 254 127 180 0 0.50 0.29 0.00 334.96 0.98 0.75
Hex FE 7F B4 0 32 1D 0 14F 62 4B
Octal 376 177 264 0 62 35 0 517 142 113
Binary 11111110 1111111 10110100 0 110010 11101 0 101001111 1100010 1001011

Color Harmonies of #FE7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FB4

Black with #FE7FB4

Text Example


Text Example

White with #FE7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FB4; }

 p { color: rgb(254,127,180); }

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

background-color css

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

 a { background-color: rgb(254,127,180); }

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

border-color css

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

 span { border-color: rgb(254,127,180); }

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