Html Css Color HEX #FE79C3 Persian Pink

📋 copy color: '#FE79C3'

red 254 ◦ green 121 ◦ blue 195

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

Shades of Persian Pink #FE79C3

Tints of Persian Pink #FE79C3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.23%

 BLUE value IS 195 (76.56% from 255) = 34.21%

R = 44.56%
G = 21.23%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE79C3 (or 0xFE79C3) is known color: Persian Pink. HEX triplet: FE, 79 and C3. RGB value is (254,121,195). Sum of RGB (Red+Green+Blue) = 254+121+195=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79C3 is #01863C. Grayscale: #A9A9A9. Windows color (decimal): -99901 or 12810750. OLE color: 12810750.

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

Color convert

RGB 254 121 195 -
CMYK 0 0.52 0.23 0.00
HSL 326.62º 0.99% 0.74% -
HSV(B) 326.62º 0.52% 1% -
XYZ 57.56 38.69 56.06 -
YUV 169.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 254 121 195 0 0.52 0.23 0.00 326.62 0.99 0.74
Hex FE 79 C3 0 34 17 0 147 63 4A
Octal 376 171 303 0 64 27 0 507 143 112
Binary 11111110 1111001 11000011 0 110100 10111 0 101000111 1100011 1001010

Color Harmonies of #FE79C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79C3

Black with #FE79C3

Text Example


Text Example

White with #FE79C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79C3; }

 p { color: rgb(254,121,195); }

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

background-color css

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

 a { background-color: rgb(254,121,195); }

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

border-color css

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

 span { border-color: rgb(254,121,195); }

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