Html Css Color HEX #FB25AD Spicy Pink

📋 copy color: '#FB25AD'

red 251 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #FB25AD

Tints of Spicy Pink #FB25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.03%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 54.45%
G = 8.03%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB25AD (or 0xFB25AD) is known color: Spicy Pink. HEX triplet: FB, 25 and AD. RGB value is (251,37,173). Sum of RGB (Red+Green+Blue) = 251+37+173=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB25AD is #04DA52. Grayscale: #747474. Windows color (decimal): -318035 or 11347451. OLE color: 11347451.

HSL color Cylindrical-coordinate representation of color #FB25AD: hue angle of 321.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25AD is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 37 173 -
CMYK 0 0.85 0.31 0.02
HSL 321.87º 0.96% 0.56% -
HSV(B) 321.87º 0.85% 0.98% -
XYZ 47.99 24.85 41.8 -
YUV 116.49 159.9 223.94 -
System Red Green Blue C M Y K H S L
Decimal 251 37 173 0 0.85 0.31 0.02 321.87 0.96 0.56
Hex FB 25 AD 0 55 1F 2 142 60 38
Octal 373 45 255 0 125 37 2 502 140 70
Binary 11111011 100101 10101101 0 1010101 11111 10 101000010 1100000 111000

Color Harmonies of #FB25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB25AD

Black with #FB25AD

Text Example


Text Example

White with #FB25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB25AD; }

 p { color: rgb(251,37,173); }

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

background-color css

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

 a { background-color: rgb(251,37,173); }

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

border-color css

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

 span { border-color: rgb(251,37,173); }

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