Html Css Color HEX #FC088D Deep Pink

📋 copy color: '#FC088D'

red 252 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #FC088D

Tints of Deep Pink #FC088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 62.84%
G = 2%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC088D (or 0xFC088D) is known color: Deep Pink. HEX triplet: FC, 08 and 8D. RGB value is (252,8,141). Sum of RGB (Red+Green+Blue) = 252+8+141=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC088D is #03F772. Grayscale: #5F5F5F. Windows color (decimal): -259955 or 9242876. OLE color: 9242876.

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

Color convert

RGB 252 8 141 -
CMYK 0 0.97 0.44 0.01
HSL 327.3º 0.98% 0.51% -
HSV(B) 327.3º 0.97% 0.99% -
XYZ 45.04 22.79 27.22 -
YUV 96.12 153.34 239.19 -
System Red Green Blue C M Y K H S L
Decimal 252 8 141 0 0.97 0.44 0.01 327.3 0.98 0.51
Hex FC 8 8D 0 61 2C 1 147 62 33
Octal 374 10 215 0 141 54 1 507 142 63
Binary 11111100 1000 10001101 0 1100001 101100 1 101000111 1100010 110011

Color Harmonies of #FC088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC088D

Black with #FC088D

Text Example


Text Example

White with #FC088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC088D; }

 p { color: rgb(252,8,141); }

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

background-color css

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

 a { background-color: rgb(252,8,141); }

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

border-color css

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

 span { border-color: rgb(252,8,141); }

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