Html Css Color HEX #FC207B Deep Pink

📋 copy color: '#FC207B'

red 252 ◦ green 32 ◦ blue 123

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

Shades of Deep Pink #FC207B

Tints of Deep Pink #FC207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.86%

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 61.92%
G = 7.86%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC207B (or 0xFC207B) is known color: Deep Pink. HEX triplet: FC, 20 and 7B. RGB value is (252,32,123). Sum of RGB (Red+Green+Blue) = 252+32+123=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC207B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC207B is #03DF84. Grayscale: #6C6C6C. Windows color (decimal): -253829 or 8069372. OLE color: 8069372.

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

Color convert

RGB 252 32 123 -
CMYK 0 0.87 0.51 0.01
HSL 335.18º 0.97% 0.56% -
HSV(B) 335.18º 0.87% 0.99% -
XYZ 44.24 23.16 20.88 -
YUV 108.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 252 32 123 0 0.87 0.51 0.01 335.18 0.97 0.56
Hex FC 20 7B 0 57 33 1 14F 61 38
Octal 374 40 173 0 127 63 1 517 141 70
Binary 11111100 100000 1111011 0 1010111 110011 1 101001111 1100001 111000

Color Harmonies of #FC207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC207B

Black with #FC207B

Text Example


Text Example

White with #FC207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC207B; }

 p { color: rgb(252,32,123); }

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

background-color css

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

 a { background-color: rgb(252,32,123); }

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

border-color css

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

 span { border-color: rgb(252,32,123); }

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