Html Css Color HEX #FB1CA5 Spicy Pink

📋 copy color: '#FB1CA5'

red 251 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #FB1CA5

Tints of Spicy Pink #FB1CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.31%

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

R = 56.53%
G = 6.31%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB1CA5 (or 0xFB1CA5) is known color: Spicy Pink. HEX triplet: FB, 1C and A5. RGB value is (251,28,165). Sum of RGB (Red+Green+Blue) = 251+28+165=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1CA5 is #04E35A. Grayscale: #6D6D6D. Windows color (decimal): -320347 or 10820859. OLE color: 10820859.

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

Color convert

RGB 251 28 165 -
CMYK 0 0.89 0.34 0.02
HSL 323.14º 0.97% 0.55% -
HSV(B) 323.14º 0.89% 0.98% -
XYZ 46.99 24.06 37.76 -
YUV 110.3 158.88 228.36 -
System Red Green Blue C M Y K H S L
Decimal 251 28 165 0 0.89 0.34 0.02 323.14 0.97 0.55
Hex FB 1C A5 0 59 22 2 143 61 37
Octal 373 34 245 0 131 42 2 503 141 67
Binary 11111011 11100 10100101 0 1011001 100010 10 101000011 1100001 110111

Color Harmonies of #FB1CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1CA5

Black with #FB1CA5

Text Example


Text Example

White with #FB1CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1CA5; }

 p { color: rgb(251,28,165); }

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

background-color css

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

 a { background-color: rgb(251,28,165); }

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

border-color css

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

 span { border-color: rgb(251,28,165); }

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