Html Css Color HEX #FB14B3 Spicy Pink

📋 copy color: '#FB14B3'

red 251 ◦ green 20 ◦ blue 179

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

Shades of Spicy Pink #FB14B3

Tints of Spicy Pink #FB14B3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.44%

 BLUE value IS 179 (70.31% from 255) = 39.78%

R = 55.78%
G = 4.44%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB14B3 (or 0xFB14B3) is known color: Spicy Pink. HEX triplet: FB, 14 and B3. RGB value is (251,20,179). Sum of RGB (Red+Green+Blue) = 251+20+179=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB14B3 is #04EB4C. Grayscale: #6A6A6A. Windows color (decimal): -322381 or 11736315. OLE color: 11736315.

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

Color convert

RGB 251 20 179 -
CMYK 0 0.92 0.29 0.02
HSL 318.7º 0.97% 0.53% -
HSV(B) 318.7º 0.92% 0.98% -
XYZ 48.17 24.26 44.79 -
YUV 107.2 168.53 230.57 -
System Red Green Blue C M Y K H S L
Decimal 251 20 179 0 0.92 0.29 0.02 318.7 0.97 0.53
Hex FB 14 B3 0 5C 1D 2 13F 61 35
Octal 373 24 263 0 134 35 2 477 141 65
Binary 11111011 10100 10110011 0 1011100 11101 10 100111111 1100001 110101

Color Harmonies of #FB14B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB14B3

Black with #FB14B3

Text Example


Text Example

White with #FB14B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB14B3; }

 p { color: rgb(251,20,179); }

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

background-color css

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

 a { background-color: rgb(251,20,179); }

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

border-color css

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

 span { border-color: rgb(251,20,179); }

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