Html Css Color HEX #FE0C8C Deep Pink

📋 copy color: '#FE0C8C'

red 254 ◦ green 12 ◦ blue 140

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

Shades of Deep Pink #FE0C8C

Tints of Deep Pink #FE0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 62.56%
G = 2.96%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE0C8C (or 0xFE0C8C) is known color: Deep Pink. HEX triplet: FE, 0C and 8C. RGB value is (254,12,140). Sum of RGB (Red+Green+Blue) = 254+12+140=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0C8C is #01F373. Grayscale: #626262. Windows color (decimal): -127860 or 9178366. OLE color: 9178366.

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

Color convert

RGB 254 12 140 -
CMYK 0 0.95 0.45 0.00
HSL 328.26º 0.99% 0.52% -
HSV(B) 328.26º 0.95% 1% -
XYZ 45.74 23.23 26.88 -
YUV 98.95 151.17 238.59 -
System Red Green Blue C M Y K H S L
Decimal 254 12 140 0 0.95 0.45 0.00 328.26 0.99 0.52
Hex FE C 8C 0 5F 2D 0 148 63 34
Octal 376 14 214 0 137 55 0 510 143 64
Binary 11111110 1100 10001100 0 1011111 101101 0 101001000 1100011 110100

Color Harmonies of #FE0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0C8C

Black with #FE0C8C

Text Example


Text Example

White with #FE0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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