Html Css Color HEX #F16CA5 Hot Pink

📋 copy color: '#F16CA5'

red 241 ◦ green 108 ◦ blue 165

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

Shades of Hot Pink #F16CA5

Tints of Hot Pink #F16CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 46.89%
G = 21.01%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F16CA5 (or 0xF16CA5) is known color: Hot Pink. HEX triplet: F1, 6C and A5. RGB value is (241,108,165). Sum of RGB (Red+Green+Blue) = 241+108+165=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CA5 is #0E935A. Grayscale: #9A9A9A. Windows color (decimal): -955227 or 10841329. OLE color: 10841329.

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

Color convert

RGB 241 108 165 -
CMYK 0 0.55 0.32 0.05
HSL 334.29º 0.83% 0.68% -
HSV(B) 334.29º 0.55% 0.95% -
XYZ 48.43 32.14 39.25 -
YUV 154.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 241 108 165 0 0.55 0.32 0.05 334.29 0.83 0.68
Hex F1 6C A5 0 37 20 5 14E 53 44
Octal 361 154 245 0 67 40 5 516 123 104
Binary 11110001 1101100 10100101 0 110111 100000 101 101001110 1010011 1000100

Color Harmonies of #F16CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CA5

Black with #F16CA5

Text Example


Text Example

White with #F16CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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