Html Css Color HEX #FB10A6 Spicy Pink

📋 copy color: '#FB10A6'

red 251 ◦ green 16 ◦ blue 166

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

Shades of Spicy Pink #FB10A6

Tints of Spicy Pink #FB10A6

RGB

 RED value IS 251 (98.44% from 255) = 57.97%

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

 BLUE value IS 166 (65.23% from 255) = 38.34%

R = 57.97%
G = 3.7%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB10A6 (or 0xFB10A6) is known color: Spicy Pink. HEX triplet: FB, 10 and A6. RGB value is (251,16,166). Sum of RGB (Red+Green+Blue) = 251+16+166=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB10A6 is #04EF59. Grayscale: #676767. Windows color (decimal): -323418 or 10883323. OLE color: 10883323.

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

Color convert

RGB 251 16 166 -
CMYK 0 0.94 0.34 0.02
HSL 321.7º 0.97% 0.52% -
HSV(B) 321.7º 0.94% 0.98% -
XYZ 46.85 23.63 38.17 -
YUV 103.37 163.36 233.3 -
System Red Green Blue C M Y K H S L
Decimal 251 16 166 0 0.94 0.34 0.02 321.7 0.97 0.52
Hex FB 10 A6 0 5E 22 2 142 61 34
Octal 373 20 246 0 136 42 2 502 141 64
Binary 11111011 10000 10100110 0 1011110 100010 10 101000010 1100001 110100

Color Harmonies of #FB10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB10A6

Black with #FB10A6

Text Example


Text Example

White with #FB10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB10A6; }

 p { color: rgb(251,16,166); }

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

background-color css

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

 a { background-color: rgb(251,16,166); }

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

border-color css

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

 span { border-color: rgb(251,16,166); }

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