Html Css Color HEX #FD0C75 Deep Pink

📋 copy color: '#FD0C75'

red 253 ◦ green 12 ◦ blue 117

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

Shades of Deep Pink #FD0C75

Tints of Deep Pink #FD0C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 66.23%
G = 3.14%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD0C75 (or 0xFD0C75) is known color: Deep Pink. HEX triplet: FD, 0C and 75. RGB value is (253,12,117). Sum of RGB (Red+Green+Blue) = 253+12+117=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0C75 is #02F38A. Grayscale: #5F5F5F. Windows color (decimal): -193419 or 7671037. OLE color: 7671037.

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

Color convert

RGB 253 12 117 -
CMYK 0 0.95 0.54 0.01
HSL 333.86º 0.98% 0.52% -
HSV(B) 333.86º 0.95% 0.99% -
XYZ 43.85 22.43 18.85 -
YUV 96.03 139.84 239.96 -
System Red Green Blue C M Y K H S L
Decimal 253 12 117 0 0.95 0.54 0.01 333.86 0.98 0.52
Hex FD C 75 0 5F 36 1 14E 62 34
Octal 375 14 165 0 137 66 1 516 142 64
Binary 11111101 1100 1110101 0 1011111 110110 1 101001110 1100010 110100

Color Harmonies of #FD0C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C75

Black with #FD0C75

Text Example


Text Example

White with #FD0C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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