Html Css Color HEX #FC2381 Deep Pink

📋 copy color: '#FC2381'

red 252 ◦ green 35 ◦ blue 129

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

Shades of Deep Pink #FC2381

Tints of Deep Pink #FC2381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 60.58%
G = 8.41%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC2381 (or 0xFC2381) is known color: Deep Pink. HEX triplet: FC, 23 and 81. RGB value is (252,35,129). Sum of RGB (Red+Green+Blue) = 252+35+129=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2381 is #03DC7E. Grayscale: #6E6E6E. Windows color (decimal): -253055 or 8463356. OLE color: 8463356.

HSL color Cylindrical-coordinate representation of color #FC2381: hue angle of 334.01º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2381 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 35 129 -
CMYK 0 0.86 0.49 0.01
HSL 334.01º 0.97% 0.56% -
HSV(B) 334.01º 0.86% 0.99% -
XYZ 44.71 23.48 22.95 -
YUV 110.6 138.39 228.86 -
System Red Green Blue C M Y K H S L
Decimal 252 35 129 0 0.86 0.49 0.01 334.01 0.97 0.56
Hex FC 23 81 0 56 31 1 14E 61 38
Octal 374 43 201 0 126 61 1 516 141 70
Binary 11111100 100011 10000001 0 1010110 110001 1 101001110 1100001 111000

Color Harmonies of #FC2381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2381

Black with #FC2381

Text Example


Text Example

White with #FC2381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2381; }

 p { color: rgb(252,35,129); }

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

background-color css

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

 a { background-color: rgb(252,35,129); }

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

border-color css

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

 span { border-color: rgb(252,35,129); }

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