Html Css Color HEX #FC018F Deep Pink

📋 copy color: '#FC018F'

red 252 ◦ green 1 ◦ blue 143

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

Shades of Deep Pink #FC018F

Tints of Deep Pink #FC018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 63.64%
G = 0.25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC018F (or 0xFC018F) is known color: Deep Pink. HEX triplet: FC, 01 and 8F. RGB value is (252,1,143). Sum of RGB (Red+Green+Blue) = 252+1+143=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC018F is #03FE70. Grayscale: #5B5B5B. Windows color (decimal): -261745 or 9372156. OLE color: 9372156.

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

Color convert

RGB 252 1 143 -
CMYK 0 1.00 0.43 0.01
HSL 326.06º 0.99% 0.5% -
HSV(B) 326.06º 1% 0.99% -
XYZ 45.11 22.7 27.99 -
YUV 92.24 156.66 241.95 -
System Red Green Blue C M Y K H S L
Decimal 252 1 143 0 1.00 0.43 0.01 326.06 0.99 0.5
Hex FC 1 8F 0 64 2B 1 146 63 32
Octal 374 1 217 0 144 53 1 506 143 62
Binary 11111100 1 10001111 0 1100100 101011 1 101000110 1100011 110010

Color Harmonies of #FC018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC018F

Black with #FC018F

Text Example


Text Example

White with #FC018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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