Html Css Color HEX #FD0C9B Deep Pink

📋 copy color: '#FD0C9B'

red 253 ◦ green 12 ◦ blue 155

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

Shades of Deep Pink #FD0C9B

Tints of Deep Pink #FD0C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 60.24%
G = 2.86%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD0C9B (or 0xFD0C9B) is known color: Deep Pink. HEX triplet: FD, 0C and 9B. RGB value is (253,12,155). Sum of RGB (Red+Green+Blue) = 253+12+155=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0C9B is #02F364. Grayscale: #646464. Windows color (decimal): -193381 or 10161405. OLE color: 10161405.

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

Color convert

RGB 253 12 155 -
CMYK 0 0.95 0.39 0.01
HSL 324.4º 0.98% 0.52% -
HSV(B) 324.4º 0.95% 0.99% -
XYZ 46.56 23.51 33.09 -
YUV 100.36 158.84 236.87 -
System Red Green Blue C M Y K H S L
Decimal 253 12 155 0 0.95 0.39 0.01 324.4 0.98 0.52
Hex FD C 9B 0 5F 27 1 144 62 34
Octal 375 14 233 0 137 47 1 504 142 64
Binary 11111101 1100 10011011 0 1011111 100111 1 101000100 1100010 110100

Color Harmonies of #FD0C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C9B

Black with #FD0C9B

Text Example


Text Example

White with #FD0C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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