Html Css Color HEX #FB25B7 Spicy Pink

📋 copy color: '#FB25B7'

red 251 ◦ green 37 ◦ blue 183

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

Shades of Spicy Pink #FB25B7

Tints of Spicy Pink #FB25B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 53.29%
G = 7.86%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB25B7 (or 0xFB25B7) is known color: Spicy Pink. HEX triplet: FB, 25 and B7. RGB value is (251,37,183). Sum of RGB (Red+Green+Blue) = 251+37+183=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25B7 is #04DA48. Grayscale: #757575. Windows color (decimal): -318025 or 12002811. OLE color: 12002811.

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

Color convert

RGB 251 37 183 -
CMYK 0 0.85 0.27 0.02
HSL 319.07º 0.96% 0.56% -
HSV(B) 319.07º 0.85% 0.98% -
XYZ 48.99 25.25 47.09 -
YUV 117.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 251 37 183 0 0.85 0.27 0.02 319.07 0.96 0.56
Hex FB 25 B7 0 55 1B 2 13F 60 38
Octal 373 45 267 0 125 33 2 477 140 70
Binary 11111011 100101 10110111 0 1010101 11011 10 100111111 1100000 111000

Color Harmonies of #FB25B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB25B7

Black with #FB25B7

Text Example


Text Example

White with #FB25B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB25B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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