Html Css Color HEX #FE79BC Persian Pink

📋 copy color: '#FE79BC'

red 254 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #FE79BC

Tints of Persian Pink #FE79BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 45.12%
G = 21.49%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE79BC (or 0xFE79BC) is known color: Persian Pink. HEX triplet: FE, 79 and BC. RGB value is (254,121,188). Sum of RGB (Red+Green+Blue) = 254+121+188=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79BC is #018643. Grayscale: #A8A8A8. Windows color (decimal): -99908 or 12351998. OLE color: 12351998.

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

Color convert

RGB 254 121 188 -
CMYK 0 0.52 0.26 0.00
HSL 329.77º 0.99% 0.74% -
HSV(B) 329.77º 0.52% 1% -
XYZ 56.79 38.38 51.99 -
YUV 168.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 254 121 188 0 0.52 0.26 0.00 329.77 0.99 0.74
Hex FE 79 BC 0 34 1A 0 14A 63 4A
Octal 376 171 274 0 64 32 0 512 143 112
Binary 11111110 1111001 10111100 0 110100 11010 0 101001010 1100011 1001010

Color Harmonies of #FE79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79BC

Black with #FE79BC

Text Example


Text Example

White with #FE79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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