Html Css Color HEX #F170B0 Hot Pink

📋 copy color: '#F170B0'

red 241 ◦ green 112 ◦ blue 176

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

Shades of Hot Pink #F170B0

Tints of Hot Pink #F170B0

RGB

 RED value IS 241 (94.53% from 255) = 45.56%

 GREEN value IS 112 (44.14% from 255) = 21.17%

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

R = 45.56%
G = 21.17%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F170B0 (or 0xF170B0) is known color: Hot Pink. HEX triplet: F1, 70 and B0. RGB value is (241,112,176). Sum of RGB (Red+Green+Blue) = 241+112+176=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F170B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170B0 is #0E8F4F. Grayscale: #9D9D9D. Windows color (decimal): -954192 or 11563249. OLE color: 11563249.

HSL color Cylindrical-coordinate representation of color #F170B0: hue angle of 330.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170B0 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 176 -
CMYK 0 0.54 0.27 0.05
HSL 330.23º 0.82% 0.69% -
HSV(B) 330.23º 0.54% 0.95% -
XYZ 49.91 33.42 44.9 -
YUV 157.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 241 112 176 0 0.54 0.27 0.05 330.23 0.82 0.69
Hex F1 70 B0 0 36 1B 5 14A 52 45
Octal 361 160 260 0 66 33 5 512 122 105
Binary 11110001 1110000 10110000 0 110110 11011 101 101001010 1010010 1000101

Color Harmonies of #F170B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170B0

Black with #F170B0

Text Example


Text Example

White with #F170B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170B0; }

 p { color: rgb(241,112,176); }

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

background-color css

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

 a { background-color: rgb(241,112,176); }

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

border-color css

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

 span { border-color: rgb(241,112,176); }

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