Html Css Color HEX #FA18B2 Spicy Pink

📋 copy color: '#FA18B2'

red 250 ◦ green 24 ◦ blue 178

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

Shades of Spicy Pink #FA18B2

Tints of Spicy Pink #FA18B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 55.31%
G = 5.31%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA18B2 (or 0xFA18B2) is known color: Spicy Pink. HEX triplet: FA, 18 and B2. RGB value is (250,24,178). Sum of RGB (Red+Green+Blue) = 250+24+178=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18B2 is #05E74D. Grayscale: #6C6C6C. Windows color (decimal): -386894 or 11671802. OLE color: 11671802.

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

Color convert

RGB 250 24 178 -
CMYK 0 0.90 0.29 0.02
HSL 319.12º 0.96% 0.54% -
HSV(B) 319.12º 0.9% 0.98% -
XYZ 47.79 24.19 44.27 -
YUV 109.13 166.87 228.48 -
System Red Green Blue C M Y K H S L
Decimal 250 24 178 0 0.90 0.29 0.02 319.12 0.96 0.54
Hex FA 18 B2 0 5A 1D 2 13F 60 36
Octal 372 30 262 0 132 35 2 477 140 66
Binary 11111010 11000 10110010 0 1011010 11101 10 100111111 1100000 110110

Color Harmonies of #FA18B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18B2

Black with #FA18B2

Text Example


Text Example

White with #FA18B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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