Html Css Color HEX #FE0378 Deep Pink

📋 copy color: '#FE0378'

red 254 ◦ green 3 ◦ blue 120

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

Shades of Deep Pink #FE0378

Tints of Deep Pink #FE0378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 67.37%
G = 0.8%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE0378 (or 0xFE0378) is known color: Deep Pink. HEX triplet: FE, 03 and 78. RGB value is (254,3,120). Sum of RGB (Red+Green+Blue) = 254+3+120=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0378 is #01FC87. Grayscale: #5B5B5B. Windows color (decimal): -130184 or 7865342. OLE color: 7865342.

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

Color convert

RGB 254 3 120 -
CMYK 0 0.99 0.53 0.00
HSL 332.03º 0.99% 0.5% -
HSV(B) 332.03º 0.99% 1% -
XYZ 44.3 22.49 19.78 -
YUV 91.39 144.16 243.99 -
System Red Green Blue C M Y K H S L
Decimal 254 3 120 0 0.99 0.53 0.00 332.03 0.99 0.5
Hex FE 3 78 0 63 35 0 14C 63 32
Octal 376 3 170 0 143 65 0 514 143 62
Binary 11111110 11 1111000 0 1100011 110101 0 101001100 1100011 110010

Color Harmonies of #FE0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0378

Black with #FE0378

Text Example


Text Example

White with #FE0378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0378; }

 p { color: rgb(254,3,120); }

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

background-color css

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

 a { background-color: rgb(254,3,120); }

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

border-color css

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

 span { border-color: rgb(254,3,120); }

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