Html Css Color HEX #FB0DAE Spicy Pink

📋 copy color: '#FB0DAE'

red 251 ◦ green 13 ◦ blue 174

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

Shades of Spicy Pink #FB0DAE

Tints of Spicy Pink #FB0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.97%

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

R = 57.31%
G = 2.97%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB0DAE (or 0xFB0DAE) is known color: Spicy Pink. HEX triplet: FB, 0D and AE. RGB value is (251,13,174). Sum of RGB (Red+Green+Blue) = 251+13+174=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DAE is #04F251. Grayscale: #666666. Windows color (decimal): -324178 or 11406843. OLE color: 11406843.

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

Color convert

RGB 251 13 174 -
CMYK 0 0.95 0.31 0.02
HSL 319.41º 0.97% 0.52% -
HSV(B) 319.41º 0.95% 0.98% -
XYZ 47.57 23.85 42.14 -
YUV 102.52 168.35 233.91 -
System Red Green Blue C M Y K H S L
Decimal 251 13 174 0 0.95 0.31 0.02 319.41 0.97 0.52
Hex FB D AE 0 5F 1F 2 13F 61 34
Octal 373 15 256 0 137 37 2 477 141 64
Binary 11111011 1101 10101110 0 1011111 11111 10 100111111 1100001 110100

Color Harmonies of #FB0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0DAE

Black with #FB0DAE

Text Example


Text Example

White with #FB0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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