Html Css Color HEX #F975B0 Hot Pink

📋 copy color: '#F975B0'

red 249 ◦ green 117 ◦ blue 176

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

Shades of Hot Pink #F975B0

Tints of Hot Pink #F975B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 45.94%
G = 21.59%
B = 32.47%

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

#F975B0 (or 0xF975B0) is known color: Hot Pink. HEX triplet: F9, 75 and B0. RGB value is (249,117,176). Sum of RGB (Red+Green+Blue) = 249+117+176=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F975B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975B0 is #068A4F. Grayscale: #A3A3A3. Windows color (decimal): -428624 or 11564537. OLE color: 11564537.

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

Color convert

RGB 249 117 176 -
CMYK 0 0.53 0.29 0.02
HSL 333.18º 0.92% 0.72% -
HSV(B) 333.18º 0.53% 0.98% -
XYZ 53.26 36 45.22 -
YUV 163.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 249 117 176 0 0.53 0.29 0.02 333.18 0.92 0.72
Hex F9 75 B0 0 35 1D 2 14D 5C 48
Octal 371 165 260 0 65 35 2 515 134 110
Binary 11111001 1110101 10110000 0 110101 11101 10 101001101 1011100 1001000

Color Harmonies of #F975B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975B0

Black with #F975B0

Text Example


Text Example

White with #F975B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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