Html Css Color HEX #FB1DAE Spicy Pink

📋 copy color: '#FB1DAE'

red 251 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #FB1DAE

Tints of Spicy Pink #FB1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.39%

 BLUE value IS 174 (68.36% from 255) = 38.33%

R = 55.29%
G = 6.39%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB1DAE (or 0xFB1DAE) is known color: Spicy Pink. HEX triplet: FB, 1D and AE. RGB value is (251,29,174). Sum of RGB (Red+Green+Blue) = 251+29+174=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1DAE is #04E251. Grayscale: #6F6F6F. Windows color (decimal): -320082 or 11410939. OLE color: 11410939.

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

Color convert

RGB 251 29 174 -
CMYK 0 0.88 0.31 0.02
HSL 320.81º 0.97% 0.55% -
HSV(B) 320.81º 0.88% 0.98% -
XYZ 47.86 24.44 42.24 -
YUV 111.91 163.05 227.21 -
System Red Green Blue C M Y K H S L
Decimal 251 29 174 0 0.88 0.31 0.02 320.81 0.97 0.55
Hex FB 1D AE 0 58 1F 2 141 61 37
Octal 373 35 256 0 130 37 2 501 141 67
Binary 11111011 11101 10101110 0 1011000 11111 10 101000001 1100001 110111

Color Harmonies of #FB1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DAE

Black with #FB1DAE

Text Example


Text Example

White with #FB1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DAE; }

 p { color: rgb(251,29,174); }

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

background-color css

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

 a { background-color: rgb(251,29,174); }

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

border-color css

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

 span { border-color: rgb(251,29,174); }

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