Html Css Color HEX #FD0F9C Deep Pink

📋 copy color: '#FD0F9C'

red 253 ◦ green 15 ◦ blue 156

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

Shades of Deep Pink #FD0F9C

Tints of Deep Pink #FD0F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.54%

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 59.67%
G = 3.54%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD0F9C (or 0xFD0F9C) is known color: Deep Pink. HEX triplet: FD, 0F and 9C. RGB value is (253,15,156). Sum of RGB (Red+Green+Blue) = 253+15+156=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0F9C is #02F063. Grayscale: #656565. Windows color (decimal): -192612 or 10227709. OLE color: 10227709.

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

Color convert

RGB 253 15 156 -
CMYK 0 0.94 0.38 0.01
HSL 324.45º 0.98% 0.53% -
HSV(B) 324.45º 0.94% 0.99% -
XYZ 46.68 23.62 33.55 -
YUV 102.24 158.35 235.54 -
System Red Green Blue C M Y K H S L
Decimal 253 15 156 0 0.94 0.38 0.01 324.45 0.98 0.53
Hex FD F 9C 0 5E 26 1 144 62 35
Octal 375 17 234 0 136 46 1 504 142 65
Binary 11111101 1111 10011100 0 1011110 100110 1 101000100 1100010 110101

Color Harmonies of #FD0F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0F9C

Black with #FD0F9C

Text Example


Text Example

White with #FD0F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0F9C; }

 p { color: rgb(253,15,156); }

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

background-color css

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

 a { background-color: rgb(253,15,156); }

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

border-color css

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

 span { border-color: rgb(253,15,156); }

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