Html Css Color HEX #F916A5 Spicy Pink

📋 copy color: '#F916A5'

red 249 ◦ green 22 ◦ blue 165

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

Shades of Spicy Pink #F916A5

Tints of Spicy Pink #F916A5

RGB

 RED value IS 249 (97.66% from 255) = 57.11%

 GREEN value IS 22 (8.98% from 255) = 5.05%

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

R = 57.11%
G = 5.05%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F916A5 (or 0xF916A5) is known color: Spicy Pink. HEX triplet: F9, 16 and A5. RGB value is (249,22,165). Sum of RGB (Red+Green+Blue) = 249+22+165=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F916A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F916A5 is #06E95A. Grayscale: #696969. Windows color (decimal): -452955 or 10819321. OLE color: 10819321.

HSL color Cylindrical-coordinate representation of color #F916A5: hue angle of 322.2º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916A5 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 22 165 -
CMYK 0 0.91 0.34 0.02
HSL 322.2º 0.95% 0.53% -
HSV(B) 322.2º 0.91% 0.98% -
XYZ 46.15 23.43 37.69 -
YUV 106.18 161.21 229.87 -
System Red Green Blue C M Y K H S L
Decimal 249 22 165 0 0.91 0.34 0.02 322.2 0.95 0.53
Hex F9 16 A5 0 5B 22 2 142 5F 35
Octal 371 26 245 0 133 42 2 502 137 65
Binary 11111001 10110 10100101 0 1011011 100010 10 101000010 1011111 110101

Color Harmonies of #F916A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F916A5

Black with #F916A5

Text Example


Text Example

White with #F916A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F916A5; }

 p { color: rgb(249,22,165); }

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

background-color css

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

 a { background-color: rgb(249,22,165); }

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

border-color css

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

 span { border-color: rgb(249,22,165); }

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