Html Css Color HEX #FD77B7 Persian Pink

📋 copy color: '#FD77B7'

red 253 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #FD77B7

Tints of Persian Pink #FD77B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.97%

R = 45.59%
G = 21.44%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FD77B7 (or 0xFD77B7) is known color: Persian Pink. HEX triplet: FD, 77 and B7. RGB value is (253,119,183). Sum of RGB (Red+Green+Blue) = 253+119+183=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77B7 is #028848. Grayscale: #A6A6A6. Windows color (decimal): -165961 or 12023805. OLE color: 12023805.

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

Color convert

RGB 253 119 183 -
CMYK 0 0.53 0.28 0.01
HSL 331.34º 0.97% 0.73% -
HSV(B) 331.34º 0.53% 0.99% -
XYZ 55.65 37.5 49.1 -
YUV 166.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 253 119 183 0 0.53 0.28 0.01 331.34 0.97 0.73
Hex FD 77 B7 0 35 1C 1 14B 61 49
Octal 375 167 267 0 65 34 1 513 141 111
Binary 11111101 1110111 10110111 0 110101 11100 1 101001011 1100001 1001001

Color Harmonies of #FD77B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77B7

Black with #FD77B7

Text Example


Text Example

White with #FD77B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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