Html Css Color HEX #FC2389 Deep Pink

📋 copy color: '#FC2389'

red 252 ◦ green 35 ◦ blue 137

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

Shades of Deep Pink #FC2389

Tints of Deep Pink #FC2389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 59.43%
G = 8.25%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC2389 (or 0xFC2389) is known color: Deep Pink. HEX triplet: FC, 23 and 89. RGB value is (252,35,137). Sum of RGB (Red+Green+Blue) = 252+35+137=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2389 is #03DC76. Grayscale: #6F6F6F. Windows color (decimal): -253047 or 8987644. OLE color: 8987644.

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

Color convert

RGB 252 35 137 -
CMYK 0 0.86 0.46 0.01
HSL 331.8º 0.97% 0.56% -
HSV(B) 331.8º 0.86% 0.99% -
XYZ 45.26 23.7 25.86 -
YUV 111.51 142.39 228.21 -
System Red Green Blue C M Y K H S L
Decimal 252 35 137 0 0.86 0.46 0.01 331.8 0.97 0.56
Hex FC 23 89 0 56 2E 1 14C 61 38
Octal 374 43 211 0 126 56 1 514 141 70
Binary 11111100 100011 10001001 0 1010110 101110 1 101001100 1100001 111000

Color Harmonies of #FC2389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2389

Black with #FC2389

Text Example


Text Example

White with #FC2389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2389; }

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

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

background-color css

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

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

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

border-color css

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

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

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