Html Css Color HEX #FD77C2 Persian Pink

📋 copy color: '#FD77C2'

red 253 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #FD77C2

Tints of Persian Pink #FD77C2

RGB

 RED value IS 253 (99.22% from 255) = 44.7%

 GREEN value IS 119 (46.88% from 255) = 21.02%

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

R = 44.7%
G = 21.02%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD77C2 (or 0xFD77C2) is known color: Persian Pink. HEX triplet: FD, 77 and C2. RGB value is (253,119,194). Sum of RGB (Red+Green+Blue) = 253+119+194=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C2 is #02883D. Grayscale: #A7A7A7. Windows color (decimal): -165950 or 12744701. OLE color: 12744701.

HSL color Cylindrical-coordinate representation of color #FD77C2: hue angle of 326.42º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD77C2 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 119 194 -
CMYK 0 0.53 0.23 0.01
HSL 326.42º 0.97% 0.73% -
HSV(B) 326.42º 0.53% 0.99% -
XYZ 56.84 37.97 55.37 -
YUV 167.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 253 119 194 0 0.53 0.23 0.01 326.42 0.97 0.73
Hex FD 77 C2 0 35 17 1 146 61 49
Octal 375 167 302 0 65 27 1 506 141 111
Binary 11111101 1110111 11000010 0 110101 10111 1 101000110 1100001 1001001

Color Harmonies of #FD77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77C2

Black with #FD77C2

Text Example


Text Example

White with #FD77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77C2; }

 p { color: rgb(253,119,194); }

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

background-color css

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

 a { background-color: rgb(253,119,194); }

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

border-color css

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

 span { border-color: rgb(253,119,194); }

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