Html Css Color HEX #FB24AF Spicy Pink

📋 copy color: '#FB24AF'

red 251 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #FB24AF

Tints of Spicy Pink #FB24AF

RGB

 RED value IS 251 (98.44% from 255) = 54.33%

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

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

R = 54.33%
G = 7.79%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB24AF (or 0xFB24AF) is known color: Spicy Pink. HEX triplet: FB, 24 and AF. RGB value is (251,36,175). Sum of RGB (Red+Green+Blue) = 251+36+175=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB24AF is #04DB50. Grayscale: #737373. Windows color (decimal): -318289 or 11478267. OLE color: 11478267.

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

Color convert

RGB 251 36 175 -
CMYK 0 0.86 0.30 0.02
HSL 321.21º 0.96% 0.56% -
HSV(B) 321.21º 0.86% 0.98% -
XYZ 48.15 24.87 42.82 -
YUV 116.13 161.23 224.2 -
System Red Green Blue C M Y K H S L
Decimal 251 36 175 0 0.86 0.30 0.02 321.21 0.96 0.56
Hex FB 24 AF 0 56 1E 2 141 60 38
Octal 373 44 257 0 126 36 2 501 140 70
Binary 11111011 100100 10101111 0 1010110 11110 10 101000001 1100000 111000

Color Harmonies of #FB24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB24AF

Black with #FB24AF

Text Example


Text Example

White with #FB24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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