Html Css Color HEX #F610B1 Spicy Pink

📋 copy color: '#F610B1'

red 246 ◦ green 16 ◦ blue 177

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

Shades of Spicy Pink #F610B1

Tints of Spicy Pink #F610B1

RGB

 RED value IS 246 (96.48% from 255) = 56.04%

 GREEN value IS 16 (6.64% from 255) = 3.64%

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

R = 56.04%
G = 3.64%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F610B1 (or 0xF610B1) is known color: Spicy Pink. HEX triplet: F6, 10 and B1. RGB value is (246,16,177). Sum of RGB (Red+Green+Blue) = 246+16+177=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F610B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F610B1 is #09EF4E. Grayscale: #666666. Windows color (decimal): -651087 or 11604214. OLE color: 11604214.

HSL color Cylindrical-coordinate representation of color #F610B1: hue angle of 318º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610B1 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 177 -
CMYK 0 0.93 0.28 0.04
HSL 318º 0.93% 0.51% -
HSV(B) 318º 0.93% 0.96% -
XYZ 46.13 23.14 43.63 -
YUV 103.12 169.7 229.91 -
System Red Green Blue C M Y K H S L
Decimal 246 16 177 0 0.93 0.28 0.04 318 0.93 0.51
Hex F6 10 B1 0 5D 1C 4 13E 5D 33
Octal 366 20 261 0 135 34 4 476 135 63
Binary 11110110 10000 10110001 0 1011101 11100 100 100111110 1011101 110011

Color Harmonies of #F610B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610B1

Black with #F610B1

Text Example


Text Example

White with #F610B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610B1; }

 p { color: rgb(246,16,177); }

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

background-color css

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

 a { background-color: rgb(246,16,177); }

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

border-color css

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

 span { border-color: rgb(246,16,177); }

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