Html Css Color HEX #FC238C Deep Pink

📋 copy color: '#FC238C'

red 252 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #FC238C

Tints of Deep Pink #FC238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 59.02%
G = 8.2%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC238C (or 0xFC238C) is known color: Deep Pink. HEX triplet: FC, 23 and 8C. RGB value is (252,35,140). Sum of RGB (Red+Green+Blue) = 252+35+140=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC238C is #03DC73. Grayscale: #6F6F6F. Windows color (decimal): -253044 or 9184252. OLE color: 9184252.

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

Color convert

RGB 252 35 140 -
CMYK 0 0.86 0.44 0.01
HSL 330.97º 0.97% 0.56% -
HSV(B) 330.97º 0.86% 0.99% -
XYZ 45.48 23.79 27.01 -
YUV 111.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 252 35 140 0 0.86 0.44 0.01 330.97 0.97 0.56
Hex FC 23 8C 0 56 2C 1 14B 61 38
Octal 374 43 214 0 126 54 1 513 141 70
Binary 11111100 100011 10001100 0 1010110 101100 1 101001011 1100001 111000

Color Harmonies of #FC238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC238C

Black with #FC238C

Text Example


Text Example

White with #FC238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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