Html Css Color HEX #FD19AF Spicy Pink

📋 copy color: '#FD19AF'

red 253 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #FD19AF

Tints of Spicy Pink #FD19AF

RGB

 RED value IS 253 (99.22% from 255) = 55.85%

 GREEN value IS 25 (10.16% from 255) = 5.52%

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

R = 55.85%
G = 5.52%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD19AF (or 0xFD19AF) is known color: Spicy Pink. HEX triplet: FD, 19 and AF. RGB value is (253,25,175). Sum of RGB (Red+Green+Blue) = 253+25+175=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19AF is #02E650. Grayscale: #6D6D6D. Windows color (decimal): -190033 or 11475453. OLE color: 11475453.

HSL color Cylindrical-coordinate representation of color #FD19AF: hue angle of 320.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19AF is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 175 -
CMYK 0 0.90 0.31 0.01
HSL 320.53º 0.98% 0.55% -
HSV(B) 320.53º 0.9% 0.99% -
XYZ 48.59 24.67 42.76 -
YUV 110.27 164.54 229.8 -
System Red Green Blue C M Y K H S L
Decimal 253 25 175 0 0.90 0.31 0.01 320.53 0.98 0.55
Hex FD 19 AF 0 5A 1F 1 141 62 37
Octal 375 31 257 0 132 37 1 501 142 67
Binary 11111101 11001 10101111 0 1011010 11111 1 101000001 1100010 110111

Color Harmonies of #FD19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19AF

Black with #FD19AF

Text Example


Text Example

White with #FD19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19AF; }

 p { color: rgb(253,25,175); }

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

background-color css

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

 a { background-color: rgb(253,25,175); }

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

border-color css

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

 span { border-color: rgb(253,25,175); }

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