Html Css Color HEX #FB15AF Spicy Pink

📋 copy color: '#FB15AF'

red 251 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #FB15AF

Tints of Spicy Pink #FB15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.7%

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 56.15%
G = 4.7%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB15AF (or 0xFB15AF) is known color: Spicy Pink. HEX triplet: FB, 15 and AF. RGB value is (251,21,175). Sum of RGB (Red+Green+Blue) = 251+21+175=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB15AF is #04EA50. Grayscale: #6A6A6A. Windows color (decimal): -322129 or 11474427. OLE color: 11474427.

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

Color convert

RGB 251 21 175 -
CMYK 0 0.92 0.30 0.02
HSL 319.83º 0.97% 0.53% -
HSV(B) 319.83º 0.92% 0.98% -
XYZ 47.79 24.14 42.7 -
YUV 107.33 166.2 230.48 -
System Red Green Blue C M Y K H S L
Decimal 251 21 175 0 0.92 0.30 0.02 319.83 0.97 0.53
Hex FB 15 AF 0 5C 1E 2 140 61 35
Octal 373 25 257 0 134 36 2 500 141 65
Binary 11111011 10101 10101111 0 1011100 11110 10 101000000 1100001 110101

Color Harmonies of #FB15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB15AF

Black with #FB15AF

Text Example


Text Example

White with #FB15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB15AF; }

 p { color: rgb(251,21,175); }

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

background-color css

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

 a { background-color: rgb(251,21,175); }

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

border-color css

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

 span { border-color: rgb(251,21,175); }

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