Html Css Color HEX #FC047B Deep Pink

📋 copy color: '#FC047B'

red 252 ◦ green 4 ◦ blue 123

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

Shades of Deep Pink #FC047B

Tints of Deep Pink #FC047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 66.49%
G = 1.06%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC047B (or 0xFC047B) is known color: Deep Pink. HEX triplet: FC, 04 and 7B. RGB value is (252,4,123). Sum of RGB (Red+Green+Blue) = 252+4+123=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC047B is #03FB84. Grayscale: #5B5B5B. Windows color (decimal): -260997 or 8062204. OLE color: 8062204.

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

Color convert

RGB 252 4 123 -
CMYK 0 0.98 0.51 0.01
HSL 331.21º 0.98% 0.5% -
HSV(B) 331.21º 0.98% 0.99% -
XYZ 43.76 22.21 20.72 -
YUV 91.72 145.66 242.32 -
System Red Green Blue C M Y K H S L
Decimal 252 4 123 0 0.98 0.51 0.01 331.21 0.98 0.5
Hex FC 4 7B 0 62 33 1 14B 62 32
Octal 374 4 173 0 142 63 1 513 142 62
Binary 11111100 100 1111011 0 1100010 110011 1 101001011 1100010 110010

Color Harmonies of #FC047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC047B

Black with #FC047B

Text Example


Text Example

White with #FC047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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