Html Css Color HEX #FC0185 Deep Pink

📋 copy color: '#FC0185'

red 252 ◦ green 1 ◦ blue 133

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

Shades of Deep Pink #FC0185

Tints of Deep Pink #FC0185

RGB

 RED value IS 252 (98.83% from 255) = 65.28%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 65.28%
G = 0.26%
B = 34.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0185 (or 0xFC0185) is known color: Deep Pink. HEX triplet: FC, 01 and 85. RGB value is (252,1,133). Sum of RGB (Red+Green+Blue) = 252+1+133=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0185 is #03FE7A. Grayscale: #5A5A5A. Windows color (decimal): -261755 or 8716796. OLE color: 8716796.

HSL color Cylindrical-coordinate representation of color #FC0185: hue angle of 328.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0185 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 133 -
CMYK 0 1.00 0.47 0.01
HSL 328.45º 0.99% 0.5% -
HSV(B) 328.45º 1% 0.99% -
XYZ 44.39 22.41 24.18 -
YUV 91.1 151.66 242.77 -
System Red Green Blue C M Y K H S L
Decimal 252 1 133 0 1.00 0.47 0.01 328.45 0.99 0.5
Hex FC 1 85 0 64 2F 1 148 63 32
Octal 374 1 205 0 144 57 1 510 143 62
Binary 11111100 1 10000101 0 1100100 101111 1 101001000 1100011 110010

Color Harmonies of #FC0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0185

Black with #FC0185

Text Example


Text Example

White with #FC0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0185; }

 p { color: rgb(252,1,133); }

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

background-color css

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

 a { background-color: rgb(252,1,133); }

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

border-color css

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

 span { border-color: rgb(252,1,133); }

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