Html Css Color HEX #FD0C7C Deep Pink

📋 copy color: '#FD0C7C'

red 253 ◦ green 12 ◦ blue 124

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

Shades of Deep Pink #FD0C7C

Tints of Deep Pink #FD0C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 65.04%
G = 3.08%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD0C7C (or 0xFD0C7C) is known color: Deep Pink. HEX triplet: FD, 0C and 7C. RGB value is (253,12,124). Sum of RGB (Red+Green+Blue) = 253+12+124=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0C7C is #02F383. Grayscale: #606060. Windows color (decimal): -193412 or 8129789. OLE color: 8129789.

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

Color convert

RGB 253 12 124 -
CMYK 0 0.95 0.51 0.01
HSL 332.12º 0.98% 0.52% -
HSV(B) 332.12º 0.95% 0.99% -
XYZ 44.28 22.6 21.1 -
YUV 96.83 143.34 239.39 -
System Red Green Blue C M Y K H S L
Decimal 253 12 124 0 0.95 0.51 0.01 332.12 0.98 0.52
Hex FD C 7C 0 5F 33 1 14C 62 34
Octal 375 14 174 0 137 63 1 514 142 64
Binary 11111101 1100 1111100 0 1011111 110011 1 101001100 1100010 110100

Color Harmonies of #FD0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C7C

Black with #FD0C7C

Text Example


Text Example

White with #FD0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C7C; }

 p { color: rgb(253,12,124); }

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

background-color css

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

 a { background-color: rgb(253,12,124); }

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

border-color css

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

 span { border-color: rgb(253,12,124); }

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