Html Css Color HEX #FC248B Deep Pink

📋 copy color: '#FC248B'

red 252 ◦ green 36 ◦ blue 139

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

Shades of Deep Pink #FC248B

Tints of Deep Pink #FC248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.43%

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

R = 59.02%
G = 8.43%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC248B (or 0xFC248B) is known color: Deep Pink. HEX triplet: FC, 24 and 8B. RGB value is (252,36,139). Sum of RGB (Red+Green+Blue) = 252+36+139=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC248B is #03DB74. Grayscale: #707070. Windows color (decimal): -252789 or 9118972. OLE color: 9118972.

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

Color convert

RGB 252 36 139 -
CMYK 0 0.86 0.45 0.01
HSL 331.39º 0.97% 0.56% -
HSV(B) 331.39º 0.86% 0.99% -
XYZ 45.44 23.82 26.63 -
YUV 112.33 143.06 227.62 -
System Red Green Blue C M Y K H S L
Decimal 252 36 139 0 0.86 0.45 0.01 331.39 0.97 0.56
Hex FC 24 8B 0 56 2D 1 14B 61 38
Octal 374 44 213 0 126 55 1 513 141 70
Binary 11111100 100100 10001011 0 1010110 101101 1 101001011 1100001 111000

Color Harmonies of #FC248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC248B

Black with #FC248B

Text Example


Text Example

White with #FC248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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