Html Css Color HEX #FE78BF Persian Pink

📋 copy color: '#FE78BF'

red 254 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #FE78BF

Tints of Persian Pink #FE78BF

RGB

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

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

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

R = 44.96%
G = 21.24%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE78BF (or 0xFE78BF) is known color: Persian Pink. HEX triplet: FE, 78 and BF. RGB value is (254,120,191). Sum of RGB (Red+Green+Blue) = 254+120+191=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78BF is #018740. Grayscale: #A8A8A8. Windows color (decimal): -100161 or 12548350. OLE color: 12548350.

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

Color convert

RGB 254 120 191 -
CMYK 0 0.53 0.25 0.00
HSL 328.21º 0.99% 0.73% -
HSV(B) 328.21º 0.53% 1% -
XYZ 56.99 38.27 53.67 -
YUV 168.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 254 120 191 0 0.53 0.25 0.00 328.21 0.99 0.73
Hex FE 78 BF 0 35 19 0 148 63 49
Octal 376 170 277 0 65 31 0 510 143 111
Binary 11111110 1111000 10111111 0 110101 11001 0 101001000 1100011 1001001

Color Harmonies of #FE78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78BF

Black with #FE78BF

Text Example


Text Example

White with #FE78BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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