Html Css Color HEX #FA24AF Spicy Pink

📋 copy color: '#FA24AF'

red 250 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #FA24AF

Tints of Spicy Pink #FA24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 54.23%
G = 7.81%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA24AF (or 0xFA24AF) is known color: Spicy Pink. HEX triplet: FA, 24 and AF. RGB value is (250,36,175). Sum of RGB (Red+Green+Blue) = 250+36+175=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA24AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA24AF is #05DB50. Grayscale: #737373. Windows color (decimal): -383825 or 11478266. OLE color: 11478266.

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

Color convert

RGB 250 36 175 -
CMYK 0 0.86 0.3 0.02
HSL 321.03º 0.96% 0.56% -
HSV(B) 321.03º 0.86% 0.98% -
XYZ 47.79 24.68 42.8 -
YUV 115.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 250 36 175 0 0.86 0.3 0.02 321.03 0.96 0.56
Hex FA 24 AF 0 56 1E 2 141 60 38
Octal 372 44 257 0 126 36 2 501 140 70
Binary 11111010 100100 10101111 0 1010110 11110 10 101000001 1100000 111000

Color Harmonies of #FA24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA24AF

Black with #FA24AF

Text Example


Text Example

White with #FA24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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