Html Css Color HEX #FC1894 Deep Pink

📋 copy color: '#FC1894'

red 252 ◦ green 24 ◦ blue 148

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

Shades of Deep Pink #FC1894

Tints of Deep Pink #FC1894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.66%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 59.43%
G = 5.66%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC1894 (or 0xFC1894) is known color: Deep Pink. HEX triplet: FC, 18 and 94. RGB value is (252,24,148). Sum of RGB (Red+Green+Blue) = 252+24+148=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1894 is #03E76B. Grayscale: #6A6A6A. Windows color (decimal): -255852 or 9705724. OLE color: 9705724.

HSL color Cylindrical-coordinate representation of color #FC1894: hue angle of 327.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1894 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 148 -
CMYK 0 0.90 0.41 0.01
HSL 327.37º 0.97% 0.54% -
HSV(B) 327.37º 0.9% 0.99% -
XYZ 45.82 23.49 30.14 -
YUV 106.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 252 24 148 0 0.90 0.41 0.01 327.37 0.97 0.54
Hex FC 18 94 0 5A 29 1 147 61 36
Octal 374 30 224 0 132 51 1 507 141 66
Binary 11111100 11000 10010100 0 1011010 101001 1 101000111 1100001 110110

Color Harmonies of #FC1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1894

Black with #FC1894

Text Example


Text Example

White with #FC1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1894; }

 p { color: rgb(252,24,148); }

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

background-color css

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

 a { background-color: rgb(252,24,148); }

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

border-color css

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

 span { border-color: rgb(252,24,148); }

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