Html Css Color HEX #FC267D Deep Pink

📋 copy color: '#FC267D'

red 252 ◦ green 38 ◦ blue 125

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

Shades of Deep Pink #FC267D

Tints of Deep Pink #FC267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.16%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 60.72%
G = 9.16%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC267D (or 0xFC267D) is known color: Deep Pink. HEX triplet: FC, 26 and 7D. RGB value is (252,38,125). Sum of RGB (Red+Green+Blue) = 252+38+125=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC267D is #03D982. Grayscale: #6F6F6F. Windows color (decimal): -252291 or 8201980. OLE color: 8201980.

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

Color convert

RGB 252 38 125 -
CMYK 0 0.85 0.50 0.01
HSL 335.61º 0.97% 0.57% -
HSV(B) 335.61º 0.85% 0.99% -
XYZ 44.54 23.56 21.6 -
YUV 111.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 252 38 125 0 0.85 0.50 0.01 335.61 0.97 0.57
Hex FC 26 7D 0 55 32 1 150 61 39
Octal 374 46 175 0 125 62 1 520 141 71
Binary 11111100 100110 1111101 0 1010101 110010 1 101010000 1100001 111001

Color Harmonies of #FC267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC267D

Black with #FC267D

Text Example


Text Example

White with #FC267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC267D; }

 p { color: rgb(252,38,125); }

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

background-color css

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

 a { background-color: rgb(252,38,125); }

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

border-color css

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

 span { border-color: rgb(252,38,125); }

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