Html Css Color HEX #FC218B Deep Pink

📋 copy color: '#FC218B'

red 252 ◦ green 33 ◦ blue 139

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

Shades of Deep Pink #FC218B

Tints of Deep Pink #FC218B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.78%

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 59.43%
G = 7.78%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC218B (or 0xFC218B) is known color: Deep Pink. HEX triplet: FC, 21 and 8B. RGB value is (252,33,139). Sum of RGB (Red+Green+Blue) = 252+33+139=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC218B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC218B is #03DE74. Grayscale: #6E6E6E. Windows color (decimal): -253557 or 9118204. OLE color: 9118204.

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

Color convert

RGB 252 33 139 -
CMYK 0 0.87 0.45 0.01
HSL 330.96º 0.97% 0.56% -
HSV(B) 330.96º 0.87% 0.99% -
XYZ 45.35 23.65 26.6 -
YUV 110.57 144.05 228.88 -
System Red Green Blue C M Y K H S L
Decimal 252 33 139 0 0.87 0.45 0.01 330.96 0.97 0.56
Hex FC 21 8B 0 57 2D 1 14B 61 38
Octal 374 41 213 0 127 55 1 513 141 70
Binary 11111100 100001 10001011 0 1010111 101101 1 101001011 1100001 111000

Color Harmonies of #FC218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC218B

Black with #FC218B

Text Example


Text Example

White with #FC218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC218B; }

 p { color: rgb(252,33,139); }

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

background-color css

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

 a { background-color: rgb(252,33,139); }

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

border-color css

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

 span { border-color: rgb(252,33,139); }

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