Html Css Color HEX #F975B1 Hot Pink

📋 copy color: '#F975B1'

red 249 ◦ green 117 ◦ blue 177

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

Shades of Hot Pink #F975B1

Tints of Hot Pink #F975B1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.55%

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 45.86%
G = 21.55%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F975B1 (or 0xF975B1) is known color: Hot Pink. HEX triplet: F9, 75 and B1. RGB value is (249,117,177). Sum of RGB (Red+Green+Blue) = 249+117+177=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F975B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975B1 is #068A4E. Grayscale: #A3A3A3. Windows color (decimal): -428623 or 11630073. OLE color: 11630073.

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

Color convert

RGB 249 117 177 -
CMYK 0 0.53 0.29 0.02
HSL 332.73º 0.92% 0.72% -
HSV(B) 332.73º 0.53% 0.98% -
XYZ 53.36 36.04 45.74 -
YUV 163.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 249 117 177 0 0.53 0.29 0.02 332.73 0.92 0.72
Hex F9 75 B1 0 35 1D 2 14D 5C 48
Octal 371 165 261 0 65 35 2 515 134 110
Binary 11111001 1110101 10110001 0 110101 11101 10 101001101 1011100 1001000

Color Harmonies of #F975B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975B1

Black with #F975B1

Text Example


Text Example

White with #F975B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975B1; }

 p { color: rgb(249,117,177); }

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

background-color css

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

 a { background-color: rgb(249,117,177); }

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

border-color css

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

 span { border-color: rgb(249,117,177); }

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