Html Css Color HEX #FD0ABF Shocking Pink

📋 copy color: '#FD0ABF'

red 253 ◦ green 10 ◦ blue 191

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

Shades of Shocking Pink #FD0ABF

Tints of Shocking Pink #FD0ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.2%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 55.73%
G = 2.2%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD0ABF (or 0xFD0ABF) is known color: Shocking Pink. HEX triplet: FD, 0A and BF. RGB value is (253,10,191). Sum of RGB (Red+Green+Blue) = 253+10+191=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ABF is #02F540. Grayscale: #666666. Windows color (decimal): -193857 or 12520189. OLE color: 12520189.

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

Color convert

RGB 253 10 191 -
CMYK 0 0.96 0.25 0.01
HSL 315.31º 0.98% 0.52% -
HSV(B) 315.31º 0.96% 0.99% -
XYZ 50.02 24.86 51.45 -
YUV 103.29 177.51 234.78 -
System Red Green Blue C M Y K H S L
Decimal 253 10 191 0 0.96 0.25 0.01 315.31 0.98 0.52
Hex FD A BF 0 60 19 1 13B 62 34
Octal 375 12 277 0 140 31 1 473 142 64
Binary 11111101 1010 10111111 0 1100000 11001 1 100111011 1100010 110100

Color Harmonies of #FD0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0ABF

Black with #FD0ABF

Text Example


Text Example

White with #FD0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0ABF; }

 p { color: rgb(253,10,191); }

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

background-color css

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

 a { background-color: rgb(253,10,191); }

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

border-color css

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

 span { border-color: rgb(253,10,191); }

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