Html Css Color HEX #FA0BAE Spicy Pink

📋 copy color: '#FA0BAE'

red 250 ◦ green 11 ◦ blue 174

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

Shades of Spicy Pink #FA0BAE

Tints of Spicy Pink #FA0BAE

RGB

 RED value IS 250 (98.05% from 255) = 57.47%

 GREEN value IS 11 (4.69% from 255) = 2.53%

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

R = 57.47%
G = 2.53%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA0BAE (or 0xFA0BAE) is known color: Spicy Pink. HEX triplet: FA, 0B and AE. RGB value is (250,11,174). Sum of RGB (Red+Green+Blue) = 250+11+174=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BAE is #05F451. Grayscale: #646464. Windows color (decimal): -390226 or 11406330. OLE color: 11406330.

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

Color convert

RGB 250 11 174 -
CMYK 0 0.96 0.30 0.02
HSL 319.08º 0.96% 0.51% -
HSV(B) 319.08º 0.96% 0.98% -
XYZ 47.18 23.62 42.12 -
YUV 101.04 169.18 234.25 -
System Red Green Blue C M Y K H S L
Decimal 250 11 174 0 0.96 0.30 0.02 319.08 0.96 0.51
Hex FA B AE 0 60 1E 2 13F 60 33
Octal 372 13 256 0 140 36 2 477 140 63
Binary 11111010 1011 10101110 0 1100000 11110 10 100111111 1100000 110011

Color Harmonies of #FA0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BAE

Black with #FA0BAE

Text Example


Text Example

White with #FA0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BAE; }

 p { color: rgb(250,11,174); }

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

background-color css

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

 a { background-color: rgb(250,11,174); }

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

border-color css

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

 span { border-color: rgb(250,11,174); }

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