Html Css Color HEX #FE78C1 Persian Pink

📋 copy color: '#FE78C1'

red 254 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #FE78C1

Tints of Persian Pink #FE78C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.04%

R = 44.8%
G = 21.16%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE78C1 (or 0xFE78C1) is known color: Persian Pink. HEX triplet: FE, 78 and C1. RGB value is (254,120,193). Sum of RGB (Red+Green+Blue) = 254+120+193=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78C1 is #01873E. Grayscale: #A8A8A8. Windows color (decimal): -100159 or 12679422. OLE color: 12679422.

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

Color convert

RGB 254 120 193 -
CMYK 0 0.53 0.24 0.00
HSL 327.31º 0.99% 0.73% -
HSV(B) 327.31º 0.53% 1% -
XYZ 57.22 38.35 54.84 -
YUV 168.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 254 120 193 0 0.53 0.24 0.00 327.31 0.99 0.73
Hex FE 78 C1 0 35 18 0 147 63 49
Octal 376 170 301 0 65 30 0 507 143 111
Binary 11111110 1111000 11000001 0 110101 11000 0 101000111 1100011 1001001

Color Harmonies of #FE78C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78C1

Black with #FE78C1

Text Example


Text Example

White with #FE78C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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