Html Css Color HEX #F170B2 Hot Pink

📋 copy color: '#F170B2'

red 241 ◦ green 112 ◦ blue 178

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

Shades of Hot Pink #F170B2

Tints of Hot Pink #F170B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 45.39%
G = 21.09%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F170B2 (or 0xF170B2) is known color: Hot Pink. HEX triplet: F1, 70 and B2. RGB value is (241,112,178). Sum of RGB (Red+Green+Blue) = 241+112+178=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F170B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170B2 is #0E8F4D. Grayscale: #9D9D9D. Windows color (decimal): -954190 or 11694321. OLE color: 11694321.

HSL color Cylindrical-coordinate representation of color #F170B2: hue angle of 329.3º 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 #F170B2 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 178 -
CMYK 0 0.54 0.26 0.05
HSL 329.3º 0.82% 0.69% -
HSV(B) 329.3º 0.54% 0.95% -
XYZ 50.11 33.5 45.95 -
YUV 158.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 241 112 178 0 0.54 0.26 0.05 329.3 0.82 0.69
Hex F1 70 B2 0 36 1A 5 149 52 45
Octal 361 160 262 0 66 32 5 511 122 105
Binary 11110001 1110000 10110010 0 110110 11010 101 101001001 1010010 1000101

Color Harmonies of #F170B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170B2

Black with #F170B2

Text Example


Text Example

White with #F170B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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