Html Css Color HEX #FF067E Deep Pink

📋 copy color: '#FF067E'

red 255 ◦ green 6 ◦ blue 126

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

Shades of Deep Pink #FF067E

Tints of Deep Pink #FF067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 65.89%
G = 1.55%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF067E (or 0xFF067E) is known color: Deep Pink. HEX triplet: FF, 06 and 7E. RGB value is (255,6,126). Sum of RGB (Red+Green+Blue) = 255+6+126=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF067E is #00F981. Grayscale: #5D5D5D. Windows color (decimal): -63874 or 8259327. OLE color: 8259327.

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

Color convert

RGB 255 6 126 -
CMYK 0 0.98 0.51 0
HSL 331.08º 1% 0.51% -
HSV(B) 331.08º 0.98% 1% -
XYZ 45.07 22.9 21.78 -
YUV 94.13 145.99 242.74 -
System Red Green Blue C M Y K H S L
Decimal 255 6 126 0 0.98 0.51 0 331.08 1 0.51
Hex FF 6 7E 0 62 33 0 14B 64 33
Octal 377 6 176 0 142 63 0 513 144 63
Binary 11111111 110 1111110 0 1100010 110011 0 101001011 1100100 110011

Color Harmonies of #FF067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF067E

Black with #FF067E

Text Example


Text Example

White with #FF067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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