Html Css Color HEX #FA18B4 Spicy Pink

📋 copy color: '#FA18B4'

red 250 ◦ green 24 ◦ blue 180

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

Shades of Spicy Pink #FA18B4

Tints of Spicy Pink #FA18B4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.29%

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 55.07%
G = 5.29%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA18B4 (or 0xFA18B4) is known color: Spicy Pink. HEX triplet: FA, 18 and B4. RGB value is (250,24,180). Sum of RGB (Red+Green+Blue) = 250+24+180=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18B4 is #05E74B. Grayscale: #6C6C6C. Windows color (decimal): -386892 or 11802874. OLE color: 11802874.

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

Color convert

RGB 250 24 180 -
CMYK 0 0.90 0.28 0.02
HSL 318.58º 0.96% 0.54% -
HSV(B) 318.58º 0.9% 0.98% -
XYZ 47.99 24.27 45.34 -
YUV 109.36 167.87 228.32 -
System Red Green Blue C M Y K H S L
Decimal 250 24 180 0 0.90 0.28 0.02 318.58 0.96 0.54
Hex FA 18 B4 0 5A 1C 2 13F 60 36
Octal 372 30 264 0 132 34 2 477 140 66
Binary 11111010 11000 10110100 0 1011010 11100 10 100111111 1100000 110110

Color Harmonies of #FA18B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18B4

Black with #FA18B4

Text Example


Text Example

White with #FA18B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18B4; }

 p { color: rgb(250,24,180); }

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

background-color css

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

 a { background-color: rgb(250,24,180); }

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

border-color css

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

 span { border-color: rgb(250,24,180); }

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