Html Css Color HEX #FD1FBA Spicy Pink

📋 copy color: '#FD1FBA'

red 253 ◦ green 31 ◦ blue 186

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

Shades of Spicy Pink #FD1FBA

Tints of Spicy Pink #FD1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.6%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 53.83%
G = 6.6%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD1FBA (or 0xFD1FBA) is known color: Spicy Pink. HEX triplet: FD, 1F and BA. RGB value is (253,31,186). Sum of RGB (Red+Green+Blue) = 253+31+186=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FBA is #02E045. Grayscale: #727272. Windows color (decimal): -188486 or 12197885. OLE color: 12197885.

HSL color Cylindrical-coordinate representation of color #FD1FBA: hue angle of 318.11º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FBA is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 31 186 -
CMYK 0 0.88 0.26 0.01
HSL 318.11º 0.98% 0.56% -
HSV(B) 318.11º 0.88% 0.99% -
XYZ 49.86 25.41 48.73 -
YUV 115.05 168.05 226.4 -
System Red Green Blue C M Y K H S L
Decimal 253 31 186 0 0.88 0.26 0.01 318.11 0.98 0.56
Hex FD 1F BA 0 58 1A 1 13E 62 38
Octal 375 37 272 0 130 32 1 476 142 70
Binary 11111101 11111 10111010 0 1011000 11010 1 100111110 1100010 111000

Color Harmonies of #FD1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1FBA

Black with #FD1FBA

Text Example


Text Example

White with #FD1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1FBA; }

 p { color: rgb(253,31,186); }

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

background-color css

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

 a { background-color: rgb(253,31,186); }

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

border-color css

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

 span { border-color: rgb(253,31,186); }

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