Html Css Color HEX #FD1678 Deep Pink

📋 copy color: '#FD1678'

red 253 ◦ green 22 ◦ blue 120

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

Shades of Deep Pink #FD1678

Tints of Deep Pink #FD1678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 64.05%
G = 5.57%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1678 (or 0xFD1678) is known color: Deep Pink. HEX triplet: FD, 16 and 78. RGB value is (253,22,120). Sum of RGB (Red+Green+Blue) = 253+22+120=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1678 is #02E987. Grayscale: #666666. Windows color (decimal): -190856 or 7870205. OLE color: 7870205.

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

Color convert

RGB 253 22 120 -
CMYK 0 0.91 0.53 0.01
HSL 334.55º 0.98% 0.54% -
HSV(B) 334.55º 0.91% 0.99% -
XYZ 44.19 22.81 19.84 -
YUV 102.24 138.03 235.53 -
System Red Green Blue C M Y K H S L
Decimal 253 22 120 0 0.91 0.53 0.01 334.55 0.98 0.54
Hex FD 16 78 0 5B 35 1 14F 62 36
Octal 375 26 170 0 133 65 1 517 142 66
Binary 11111101 10110 1111000 0 1011011 110101 1 101001111 1100010 110110

Color Harmonies of #FD1678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1678

Black with #FD1678

Text Example


Text Example

White with #FD1678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1678; }

 p { color: rgb(253,22,120); }

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

background-color css

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

 a { background-color: rgb(253,22,120); }

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

border-color css

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

 span { border-color: rgb(253,22,120); }

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