Html Css Color HEX #FE067A Deep Pink

📋 copy color: '#FE067A'

red 254 ◦ green 6 ◦ blue 122

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

Shades of Deep Pink #FE067A

Tints of Deep Pink #FE067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 66.49%
G = 1.57%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE067A (or 0xFE067A) is known color: Deep Pink. HEX triplet: FE, 06 and 7A. RGB value is (254,6,122). Sum of RGB (Red+Green+Blue) = 254+6+122=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE067A is #01F985. Grayscale: #5D5D5D. Windows color (decimal): -129414 or 7997182. OLE color: 7997182.

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

Color convert

RGB 254 6 122 -
CMYK 0 0.98 0.52 0.00
HSL 331.94º 0.99% 0.51% -
HSV(B) 331.94º 0.98% 1% -
XYZ 44.45 22.61 20.43 -
YUV 93.38 144.16 242.57 -
System Red Green Blue C M Y K H S L
Decimal 254 6 122 0 0.98 0.52 0.00 331.94 0.99 0.51
Hex FE 6 7A 0 62 34 0 14C 63 33
Octal 376 6 172 0 142 64 0 514 143 63
Binary 11111110 110 1111010 0 1100010 110100 0 101001100 1100011 110011

Color Harmonies of #FE067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE067A

Black with #FE067A

Text Example


Text Example

White with #FE067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE067A; }

 p { color: rgb(254,6,122); }

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

background-color css

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

 a { background-color: rgb(254,6,122); }

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

border-color css

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

 span { border-color: rgb(254,6,122); }

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