Html Css Color HEX #F976B8 Persian Pink

📋 copy color: '#F976B8'

red 249 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #F976B8

Tints of Persian Pink #F976B8

RGB

 RED value IS 249 (97.66% from 255) = 45.19%

 GREEN value IS 118 (46.48% from 255) = 21.42%

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 45.19%
G = 21.42%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F976B8 (or 0xF976B8) is known color: Persian Pink. HEX triplet: F9, 76 and B8. RGB value is (249,118,184). Sum of RGB (Red+Green+Blue) = 249+118+184=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F976B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976B8 is #068947. Grayscale: #A4A4A4. Windows color (decimal): -428360 or 12089081. OLE color: 12089081.

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

Color convert

RGB 249 118 184 -
CMYK 0 0.53 0.26 0.02
HSL 329.77º 0.92% 0.72% -
HSV(B) 329.77º 0.53% 0.98% -
XYZ 54.2 36.56 49.55 -
YUV 164.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 249 118 184 0 0.53 0.26 0.02 329.77 0.92 0.72
Hex F9 76 B8 0 35 1A 2 14A 5C 48
Octal 371 166 270 0 65 32 2 512 134 110
Binary 11111001 1110110 10111000 0 110101 11010 10 101001010 1011100 1001000

Color Harmonies of #F976B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976B8

Black with #F976B8

Text Example


Text Example

White with #F976B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976B8; }

 p { color: rgb(249,118,184); }

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

background-color css

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

 a { background-color: rgb(249,118,184); }

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

border-color css

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

 span { border-color: rgb(249,118,184); }

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