Html Css Color HEX #FB10B2 Spicy Pink

📋 copy color: '#FB10B2'

red 251 ◦ green 16 ◦ blue 178

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

Shades of Spicy Pink #FB10B2

Tints of Spicy Pink #FB10B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 56.4%
G = 3.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB10B2 (or 0xFB10B2) is known color: Spicy Pink. HEX triplet: FB, 10 and B2. RGB value is (251,16,178). Sum of RGB (Red+Green+Blue) = 251+16+178=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB10B2 is #04EF4D. Grayscale: #686868. Windows color (decimal): -323406 or 11669755. OLE color: 11669755.

HSL color Cylindrical-coordinate representation of color #FB10B2: hue angle of 318.64º 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 #FB10B2 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 16 178 -
CMYK 0 0.94 0.29 0.02
HSL 318.64º 0.97% 0.52% -
HSV(B) 318.64º 0.94% 0.98% -
XYZ 48 24.09 44.24 -
YUV 104.73 169.36 232.33 -
System Red Green Blue C M Y K H S L
Decimal 251 16 178 0 0.94 0.29 0.02 318.64 0.97 0.52
Hex FB 10 B2 0 5E 1D 2 13F 61 34
Octal 373 20 262 0 136 35 2 477 141 64
Binary 11111011 10000 10110010 0 1011110 11101 10 100111111 1100001 110100

Color Harmonies of #FB10B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB10B2

Black with #FB10B2

Text Example


Text Example

White with #FB10B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB10B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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