Html Css Color HEX #FA24BB Spicy Pink

📋 copy color: '#FA24BB'

red 250 ◦ green 36 ◦ blue 187

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

Shades of Spicy Pink #FA24BB

Tints of Spicy Pink #FA24BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.61%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 52.85%
G = 7.61%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA24BB (or 0xFA24BB) is known color: Spicy Pink. HEX triplet: FA, 24 and BB. RGB value is (250,36,187). Sum of RGB (Red+Green+Blue) = 250+36+187=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA24BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA24BB is #05DB44. Grayscale: #747474. Windows color (decimal): -383813 or 12264698. OLE color: 12264698.

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

Color convert

RGB 250 36 187 -
CMYK 0 0.86 0.25 0.02
HSL 317.66º 0.96% 0.56% -
HSV(B) 317.66º 0.86% 0.98% -
XYZ 49.02 25.17 49.29 -
YUV 117.2 167.4 222.72 -
System Red Green Blue C M Y K H S L
Decimal 250 36 187 0 0.86 0.25 0.02 317.66 0.96 0.56
Hex FA 24 BB 0 56 19 2 13E 60 38
Octal 372 44 273 0 126 31 2 476 140 70
Binary 11111010 100100 10111011 0 1010110 11001 10 100111110 1100000 111000

Color Harmonies of #FA24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA24BB

Black with #FA24BB

Text Example


Text Example

White with #FA24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA24BB; }

 p { color: rgb(250,36,187); }

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

background-color css

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

 a { background-color: rgb(250,36,187); }

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

border-color css

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

 span { border-color: rgb(250,36,187); }

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