Html Css Color HEX #F00685 Deep Pink

📋 copy color: '#F00685'

red 240 ◦ green 6 ◦ blue 133

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

Shades of Deep Pink #F00685

Tints of Deep Pink #F00685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 63.32%
G = 1.58%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00685 (or 0xF00685) is known color: Deep Pink. HEX triplet: F0, 06 and 85. RGB value is (240,6,133). Sum of RGB (Red+Green+Blue) = 240+6+133=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F00685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00685 is #0FF97A. Grayscale: #5A5A5A. Windows color (decimal): -1046907 or 8718064. OLE color: 8718064.

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

Color convert

RGB 240 6 133 -
CMYK 0 0.98 0.45 0.06
HSL 327.44º 0.95% 0.48% -
HSV(B) 327.44º 0.98% 0.94% -
XYZ 40.23 20.35 24 -
YUV 90.44 152.02 234.67 -
System Red Green Blue C M Y K H S L
Decimal 240 6 133 0 0.98 0.45 0.06 327.44 0.95 0.48
Hex F0 6 85 0 62 2D 6 147 5F 30
Octal 360 6 205 0 142 55 6 507 137 60
Binary 11110000 110 10000101 0 1100010 101101 110 101000111 1011111 110000

Color Harmonies of #F00685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00685

Black with #F00685

Text Example


Text Example

White with #F00685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00685; }

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

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

background-color css

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

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

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

border-color css

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

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

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