Html Css Color HEX #FF068A Deep Pink

📋 copy color: '#FF068A'

red 255 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #FF068A

Tints of Deep Pink #FF068A

RGB

 RED value IS 255 (100% from 255) = 63.91%

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

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

R = 63.91%
G = 1.5%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF068A (or 0xFF068A) is known color: Deep Pink. HEX triplet: FF, 06 and 8A. RGB value is (255,6,138). Sum of RGB (Red+Green+Blue) = 255+6+138=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF068A is #00F975. Grayscale: #5F5F5F. Windows color (decimal): -63862 or 9045759. OLE color: 9045759.

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

Color convert

RGB 255 6 138 -
CMYK 0 0.98 0.46 0
HSL 328.19º 1% 0.51% -
HSV(B) 328.19º 0.98% 1% -
XYZ 45.89 23.23 26.11 -
YUV 95.5 151.99 241.77 -
System Red Green Blue C M Y K H S L
Decimal 255 6 138 0 0.98 0.46 0 328.19 1 0.51
Hex FF 6 8A 0 62 2E 0 148 64 33
Octal 377 6 212 0 142 56 0 510 144 63
Binary 11111111 110 10001010 0 1100010 101110 0 101001000 1100100 110011

Color Harmonies of #FF068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF068A

Black with #FF068A

Text Example


Text Example

White with #FF068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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