Html Css Color HEX #F00680 Deep Pink

📋 copy color: '#F00680'

red 240 ◦ green 6 ◦ blue 128

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

Shades of Deep Pink #F00680

Tints of Deep Pink #F00680

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

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

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 64.17%
G = 1.6%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F00680 (or 0xF00680) is known color: Deep Pink. HEX triplet: F0, 06 and 80. RGB value is (240,6,128). Sum of RGB (Red+Green+Blue) = 240+6+128=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F00680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00680 is #0FF97F. Grayscale: #595959. Windows color (decimal): -1046912 or 8390384. OLE color: 8390384.

HSL color Cylindrical-coordinate representation of color #F00680: hue angle of 328.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00680 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 128 -
CMYK 0 0.98 0.47 0.06
HSL 328.72º 0.95% 0.48% -
HSV(B) 328.72º 0.98% 0.94% -
XYZ 39.9 20.21 22.22 -
YUV 89.87 149.52 235.08 -
System Red Green Blue C M Y K H S L
Decimal 240 6 128 0 0.98 0.47 0.06 328.72 0.95 0.48
Hex F0 6 80 0 62 2F 6 149 5F 30
Octal 360 6 200 0 142 57 6 511 137 60
Binary 11110000 110 10000000 0 1100010 101111 110 101001001 1011111 110000

Color Harmonies of #F00680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00680

Black with #F00680

Text Example


Text Example

White with #F00680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00680; }

 p { color: rgb(240,6,128); }

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

background-color css

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

 a { background-color: rgb(240,6,128); }

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

border-color css

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

 span { border-color: rgb(240,6,128); }

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