Html Css Color HEX #FD0FCD Shocking Pink

📋 copy color: '#FD0FCD'

red 253 ◦ green 15 ◦ blue 205

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

Shades of Shocking Pink #FD0FCD

Tints of Shocking Pink #FD0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.17%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 53.49%
G = 3.17%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD0FCD (or 0xFD0FCD) is known color: Shocking Pink. HEX triplet: FD, 0F and CD. RGB value is (253,15,205). Sum of RGB (Red+Green+Blue) = 253+15+205=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FCD is #02F032. Grayscale: #6B6B6B. Windows color (decimal): -192563 or 13438973. OLE color: 13438973.

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

Color convert

RGB 253 15 205 -
CMYK 0 0.94 0.19 0.01
HSL 312.1º 0.98% 0.53% -
HSV(B) 312.1º 0.94% 0.99% -
XYZ 51.7 25.63 59.98 -
YUV 107.82 182.85 231.55 -
System Red Green Blue C M Y K H S L
Decimal 253 15 205 0 0.94 0.19 0.01 312.1 0.98 0.53
Hex FD F CD 0 5E 13 1 138 62 35
Octal 375 17 315 0 136 23 1 470 142 65
Binary 11111101 1111 11001101 0 1011110 10011 1 100111000 1100010 110101

Color Harmonies of #FD0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FCD

Black with #FD0FCD

Text Example


Text Example

White with #FD0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FCD; }

 p { color: rgb(253,15,205); }

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

background-color css

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

 a { background-color: rgb(253,15,205); }

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

border-color css

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

 span { border-color: rgb(253,15,205); }

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