Html Css Color HEX #FE78B9 Persian Pink

📋 copy color: '#FE78B9'

red 254 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #FE78B9

Tints of Persian Pink #FE78B9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.47%

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 45.44%
G = 21.47%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE78B9 (or 0xFE78B9) is known color: Persian Pink. HEX triplet: FE, 78 and B9. RGB value is (254,120,185). Sum of RGB (Red+Green+Blue) = 254+120+185=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78B9 is #018746. Grayscale: #A7A7A7. Windows color (decimal): -100167 or 12155134. OLE color: 12155134.

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

Color convert

RGB 254 120 185 -
CMYK 0 0.53 0.27 0.00
HSL 330.9º 0.99% 0.73% -
HSV(B) 330.9º 0.53% 1% -
XYZ 56.35 38.01 50.27 -
YUV 167.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 254 120 185 0 0.53 0.27 0.00 330.9 0.99 0.73
Hex FE 78 B9 0 35 1B 0 14B 63 49
Octal 376 170 271 0 65 33 0 513 143 111
Binary 11111110 1111000 10111001 0 110101 11011 0 101001011 1100011 1001001

Color Harmonies of #FE78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78B9

Black with #FE78B9

Text Example


Text Example

White with #FE78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78B9; }

 p { color: rgb(254,120,185); }

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

background-color css

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

 a { background-color: rgb(254,120,185); }

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

border-color css

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

 span { border-color: rgb(254,120,185); }

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