Html Css Color HEX #F16CB1 Hot Pink

📋 copy color: '#F16CB1'

red 241 ◦ green 108 ◦ blue 177

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

Shades of Hot Pink #F16CB1

Tints of Hot Pink #F16CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.53%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 45.82%
G = 20.53%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F16CB1 (or 0xF16CB1) is known color: Hot Pink. HEX triplet: F1, 6C and B1. RGB value is (241,108,177). Sum of RGB (Red+Green+Blue) = 241+108+177=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CB1 is #0E934E. Grayscale: #9B9B9B. Windows color (decimal): -955215 or 11627761. OLE color: 11627761.

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

Color convert

RGB 241 108 177 -
CMYK 0 0.55 0.27 0.05
HSL 328.87º 0.83% 0.68% -
HSV(B) 328.87º 0.55% 0.95% -
XYZ 49.57 32.6 45.27 -
YUV 155.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 241 108 177 0 0.55 0.27 0.05 328.87 0.83 0.68
Hex F1 6C B1 0 37 1B 5 149 53 44
Octal 361 154 261 0 67 33 5 511 123 104
Binary 11110001 1101100 10110001 0 110111 11011 101 101001001 1010011 1000100

Color Harmonies of #F16CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CB1

Black with #F16CB1

Text Example


Text Example

White with #F16CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CB1; }

 p { color: rgb(241,108,177); }

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

background-color css

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

 a { background-color: rgb(241,108,177); }

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

border-color css

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

 span { border-color: rgb(241,108,177); }

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