Html Css Color HEX #FF0697 Deep Pink

📋 copy color: '#FF0697'

red 255 ◦ green 6 ◦ blue 151

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

Shades of Deep Pink #FF0697

Tints of Deep Pink #FF0697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 61.89%
G = 1.46%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF0697 (or 0xFF0697) is known color: Deep Pink. HEX triplet: FF, 06 and 97. RGB value is (255,6,151). Sum of RGB (Red+Green+Blue) = 255+6+151=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0697 is #00F968. Grayscale: #606060. Windows color (decimal): -63849 or 9897727. OLE color: 9897727.

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

Color convert

RGB 255 6 151 -
CMYK 0 0.98 0.41 0
HSL 325.06º 1% 0.51% -
HSV(B) 325.06º 0.98% 1% -
XYZ 46.89 23.62 31.37 -
YUV 96.98 158.49 240.71 -
System Red Green Blue C M Y K H S L
Decimal 255 6 151 0 0.98 0.41 0 325.06 1 0.51
Hex FF 6 97 0 62 29 0 145 64 33
Octal 377 6 227 0 142 51 0 505 144 63
Binary 11111111 110 10010111 0 1100010 101001 0 101000101 1100100 110011

Color Harmonies of #FF0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0697

Black with #FF0697

Text Example


Text Example

White with #FF0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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