Html Css Color HEX #F16BBA Hot Pink

📋 copy color: '#F16BBA'

red 241 ◦ green 107 ◦ blue 186

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

Shades of Hot Pink #F16BBA

Tints of Hot Pink #F16BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.04%

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 45.13%
G = 20.04%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F16BBA (or 0xF16BBA) is known color: Hot Pink. HEX triplet: F1, 6B and BA. RGB value is (241,107,186). Sum of RGB (Red+Green+Blue) = 241+107+186=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BBA is #0E9445. Grayscale: #9B9B9B. Windows color (decimal): -955462 or 12217329. OLE color: 12217329.

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

Color convert

RGB 241 107 186 -
CMYK 0 0.56 0.23 0.05
HSL 324.63º 0.83% 0.68% -
HSV(B) 324.63º 0.56% 0.95% -
XYZ 50.4 32.76 50.12 -
YUV 156.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 241 107 186 0 0.56 0.23 0.05 324.63 0.83 0.68
Hex F1 6B BA 0 38 17 5 145 53 44
Octal 361 153 272 0 70 27 5 505 123 104
Binary 11110001 1101011 10111010 0 111000 10111 101 101000101 1010011 1000100

Color Harmonies of #F16BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BBA

Black with #F16BBA

Text Example


Text Example

White with #F16BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BBA; }

 p { color: rgb(241,107,186); }

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

background-color css

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

 a { background-color: rgb(241,107,186); }

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

border-color css

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

 span { border-color: rgb(241,107,186); }

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