Html Css Color HEX #FE78C2 Persian Pink

📋 copy color: '#FE78C2'

red 254 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #FE78C2

Tints of Persian Pink #FE78C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.15%

R = 44.72%
G = 21.13%
B = 34.15%

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

#FE78C2 (or 0xFE78C2) is known color: Persian Pink. HEX triplet: FE, 78 and C2. RGB value is (254,120,194). Sum of RGB (Red+Green+Blue) = 254+120+194=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78C2 is #01873D. Grayscale: #A8A8A8. Windows color (decimal): -100158 or 12744958. OLE color: 12744958.

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

Color convert

RGB 254 120 194 -
CMYK 0 0.53 0.24 0.00
HSL 326.87º 0.99% 0.73% -
HSV(B) 326.87º 0.53% 1% -
XYZ 57.33 38.4 55.43 -
YUV 168.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 254 120 194 0 0.53 0.24 0.00 326.87 0.99 0.73
Hex FE 78 C2 0 35 18 0 147 63 49
Octal 376 170 302 0 65 30 0 507 143 111
Binary 11111110 1111000 11000010 0 110101 11000 0 101000111 1100011 1001001

Color Harmonies of #FE78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78C2

Black with #FE78C2

Text Example


Text Example

White with #FE78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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