Html Css Color HEX #FF067A Deep Pink

📋 copy color: '#FF067A'

red 255 ◦ green 6 ◦ blue 122

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

Shades of Deep Pink #FF067A

Tints of Deep Pink #FF067A

RGB

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

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

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

R = 66.58%
G = 1.57%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF067A (or 0xFF067A) is known color: Deep Pink. HEX triplet: FF, 06 and 7A. RGB value is (255,6,122). Sum of RGB (Red+Green+Blue) = 255+6+122=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF067A is #00F985. Grayscale: #5D5D5D. Windows color (decimal): -63878 or 7997183. OLE color: 7997183.

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

Color convert

RGB 255 6 122 -
CMYK 0 0.98 0.52 0
HSL 332.05º 1% 0.51% -
HSV(B) 332.05º 0.98% 1% -
XYZ 44.82 22.8 20.45 -
YUV 93.68 143.99 243.07 -
System Red Green Blue C M Y K H S L
Decimal 255 6 122 0 0.98 0.52 0 332.05 1 0.51
Hex FF 6 7A 0 62 34 0 14C 64 33
Octal 377 6 172 0 142 64 0 514 144 63
Binary 11111111 110 1111010 0 1100010 110100 0 101001100 1100100 110011

Color Harmonies of #FF067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF067A

Black with #FF067A

Text Example


Text Example

White with #FF067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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