Html Css Color HEX #FD0C85 Deep Pink

📋 copy color: '#FD0C85'

red 253 ◦ green 12 ◦ blue 133

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

Shades of Deep Pink #FD0C85

Tints of Deep Pink #FD0C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 63.57%
G = 3.02%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD0C85 (or 0xFD0C85) is known color: Deep Pink. HEX triplet: FD, 0C and 85. RGB value is (253,12,133). Sum of RGB (Red+Green+Blue) = 253+12+133=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0C85 is #02F37A. Grayscale: #616161. Windows color (decimal): -193403 or 8719613. OLE color: 8719613.

HSL color Cylindrical-coordinate representation of color #FD0C85: hue angle of 329.88º 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 #FD0C85 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 12 133 -
CMYK 0 0.95 0.47 0.01
HSL 329.88º 0.98% 0.52% -
HSV(B) 329.88º 0.95% 0.99% -
XYZ 44.87 22.84 24.23 -
YUV 97.85 147.84 238.66 -
System Red Green Blue C M Y K H S L
Decimal 253 12 133 0 0.95 0.47 0.01 329.88 0.98 0.52
Hex FD C 85 0 5F 2F 1 14A 62 34
Octal 375 14 205 0 137 57 1 512 142 64
Binary 11111101 1100 10000101 0 1011111 101111 1 101001010 1100010 110100

Color Harmonies of #FD0C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C85

Black with #FD0C85

Text Example


Text Example

White with #FD0C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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