Html Css Color HEX #FF0698 Deep Pink

📋 copy color: '#FF0698'

red 255 ◦ green 6 ◦ blue 152

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

Shades of Deep Pink #FF0698

Tints of Deep Pink #FF0698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 61.74%
G = 1.45%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0698 (or 0xFF0698) is known color: Deep Pink. HEX triplet: FF, 06 and 98. RGB value is (255,6,152). Sum of RGB (Red+Green+Blue) = 255+6+152=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0698 is #00F967. Grayscale: #606060. Windows color (decimal): -63848 or 9963263. OLE color: 9963263.

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

Color convert

RGB 255 6 152 -
CMYK 0 0.98 0.40 0
HSL 324.82º 1% 0.51% -
HSV(B) 324.82º 0.98% 1% -
XYZ 46.97 23.66 31.8 -
YUV 97.1 158.99 240.63 -
System Red Green Blue C M Y K H S L
Decimal 255 6 152 0 0.98 0.40 0 324.82 1 0.51
Hex FF 6 98 0 62 28 0 145 64 33
Octal 377 6 230 0 142 50 0 505 144 63
Binary 11111111 110 10011000 0 1100010 101000 0 101000101 1100100 110011

Color Harmonies of #FF0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0698

Black with #FF0698

Text Example


Text Example

White with #FF0698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0698; }

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

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

background-color css

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

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

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

border-color css

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

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

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