Html Css Color HEX #FE0C73 Deep Pink

📋 copy color: '#FE0C73'

red 254 ◦ green 12 ◦ blue 115

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

Shades of Deep Pink #FE0C73

Tints of Deep Pink #FE0C73

RGB

 RED value IS 254 (99.61% from 255) = 66.67%

 GREEN value IS 12 (5.08% from 255) = 3.15%

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 66.67%
G = 3.15%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE0C73 (or 0xFE0C73) is known color: Deep Pink. HEX triplet: FE, 0C and 73. RGB value is (254,12,115). Sum of RGB (Red+Green+Blue) = 254+12+115=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0C73 is #01F38C. Grayscale: #5F5F5F. Windows color (decimal): -127885 or 7539966. OLE color: 7539966.

HSL color Cylindrical-coordinate representation of color #FE0C73: hue angle of 334.46º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C73 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 12 115 -
CMYK 0 0.95 0.55 0.00
HSL 334.46º 0.99% 0.52% -
HSV(B) 334.46º 0.95% 1% -
XYZ 44.1 22.57 18.25 -
YUV 96.1 138.67 240.62 -
System Red Green Blue C M Y K H S L
Decimal 254 12 115 0 0.95 0.55 0.00 334.46 0.99 0.52
Hex FE C 73 0 5F 37 0 14E 63 34
Octal 376 14 163 0 137 67 0 516 143 64
Binary 11111110 1100 1110011 0 1011111 110111 0 101001110 1100011 110100

Color Harmonies of #FE0C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0C73

Black with #FE0C73

Text Example


Text Example

White with #FE0C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0C73; }

 p { color: rgb(254,12,115); }

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

background-color css

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

 a { background-color: rgb(254,12,115); }

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

border-color css

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

 span { border-color: rgb(254,12,115); }

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