Html Css Color HEX #FE068A Deep Pink

📋 copy color: '#FE068A'

red 254 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #FE068A

Tints of Deep Pink #FE068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 63.82%
G = 1.51%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE068A (or 0xFE068A) is known color: Deep Pink. HEX triplet: FE, 06 and 8A. RGB value is (254,6,138). Sum of RGB (Red+Green+Blue) = 254+6+138=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE068A is #01F975. Grayscale: #5E5E5E. Windows color (decimal): -129398 or 9045758. OLE color: 9045758.

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

Color convert

RGB 254 6 138 -
CMYK 0 0.98 0.46 0.00
HSL 328.06º 0.99% 0.51% -
HSV(B) 328.06º 0.98% 1% -
XYZ 45.53 23.04 26.09 -
YUV 95.2 152.16 241.27 -
System Red Green Blue C M Y K H S L
Decimal 254 6 138 0 0.98 0.46 0.00 328.06 0.99 0.51
Hex FE 6 8A 0 62 2E 0 148 63 33
Octal 376 6 212 0 142 56 0 510 143 63
Binary 11111110 110 10001010 0 1100010 101110 0 101001000 1100011 110011

Color Harmonies of #FE068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE068A

Black with #FE068A

Text Example


Text Example

White with #FE068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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