Html Css Color HEX #F16ABB Hot Pink

📋 copy color: '#F16ABB'

red 241 ◦ green 106 ◦ blue 187

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

Shades of Hot Pink #F16ABB

Tints of Hot Pink #F16ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 45.13%
G = 19.85%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F16ABB (or 0xF16ABB) is known color: Hot Pink. HEX triplet: F1, 6A and BB. RGB value is (241,106,187). Sum of RGB (Red+Green+Blue) = 241+106+187=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ABB is #0E9544. Grayscale: #9B9B9B. Windows color (decimal): -955717 or 12282609. OLE color: 12282609.

HSL color Cylindrical-coordinate representation of color #F16ABB: hue angle of 324º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16ABB is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 187 -
CMYK 0 0.56 0.22 0.05
HSL 324º 0.83% 0.68% -
HSV(B) 324º 0.56% 0.95% -
XYZ 50.4 32.6 50.65 -
YUV 155.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 241 106 187 0 0.56 0.22 0.05 324 0.83 0.68
Hex F1 6A BB 0 38 16 5 144 53 44
Octal 361 152 273 0 70 26 5 504 123 104
Binary 11110001 1101010 10111011 0 111000 10110 101 101000100 1010011 1000100

Color Harmonies of #F16ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ABB

Black with #F16ABB

Text Example


Text Example

White with #F16ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ABB; }

 p { color: rgb(241,106,187); }

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

background-color css

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

 a { background-color: rgb(241,106,187); }

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

border-color css

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

 span { border-color: rgb(241,106,187); }

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