Html Css Color HEX #FD77BA Persian Pink

📋 copy color: '#FD77BA'

red 253 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #FD77BA

Tints of Persian Pink #FD77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 45.34%
G = 21.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD77BA (or 0xFD77BA) is known color: Persian Pink. HEX triplet: FD, 77 and BA. RGB value is (253,119,186). Sum of RGB (Red+Green+Blue) = 253+119+186=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77BA is #028845. Grayscale: #A6A6A6. Windows color (decimal): -165958 or 12220413. OLE color: 12220413.

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

Color convert

RGB 253 119 186 -
CMYK 0 0.53 0.26 0.01
HSL 330º 0.97% 0.73% -
HSV(B) 330º 0.53% 0.99% -
XYZ 55.97 37.62 50.77 -
YUV 166.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 253 119 186 0 0.53 0.26 0.01 330 0.97 0.73
Hex FD 77 BA 0 35 1A 1 14A 61 49
Octal 375 167 272 0 65 32 1 512 141 111
Binary 11111101 1110111 10111010 0 110101 11010 1 101001010 1100001 1001001

Color Harmonies of #FD77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77BA

Black with #FD77BA

Text Example


Text Example

White with #FD77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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