Html Css Color HEX #FB77C2 Persian Pink

📋 copy color: '#FB77C2'

red 251 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #FB77C2

Tints of Persian Pink #FB77C2

RGB

 RED value IS 251 (98.44% from 255) = 44.5%

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

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

R = 44.5%
G = 21.1%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB77C2 (or 0xFB77C2) is known color: Persian Pink. HEX triplet: FB, 77 and C2. RGB value is (251,119,194). Sum of RGB (Red+Green+Blue) = 251+119+194=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77C2 is #04883D. Grayscale: #A6A6A6. Windows color (decimal): -297022 or 12744699. OLE color: 12744699.

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

Color convert

RGB 251 119 194 -
CMYK 0 0.53 0.23 0.02
HSL 325.91º 0.94% 0.73% -
HSV(B) 325.91º 0.53% 0.98% -
XYZ 56.12 37.6 55.34 -
YUV 167.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 251 119 194 0 0.53 0.23 0.02 325.91 0.94 0.73
Hex FB 77 C2 0 35 17 2 146 5E 49
Octal 373 167 302 0 65 27 2 506 136 111
Binary 11111011 1110111 11000010 0 110101 10111 10 101000110 1011110 1001001

Color Harmonies of #FB77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77C2

Black with #FB77C2

Text Example


Text Example

White with #FB77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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