Html Css Color HEX #F00687 Deep Pink

📋 copy color: '#F00687'

red 240 ◦ green 6 ◦ blue 135

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

Shades of Deep Pink #F00687

Tints of Deep Pink #F00687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 62.99%
G = 1.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F00687 (or 0xF00687) is known color: Deep Pink. HEX triplet: F0, 06 and 87. RGB value is (240,6,135). Sum of RGB (Red+Green+Blue) = 240+6+135=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F00687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00687 is #0FF978. Grayscale: #5A5A5A. Windows color (decimal): -1046905 or 8849136. OLE color: 8849136.

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

Color convert

RGB 240 6 135 -
CMYK 0 0.98 0.44 0.06
HSL 326.92º 0.95% 0.48% -
HSV(B) 326.92º 0.98% 0.94% -
XYZ 40.37 20.4 24.73 -
YUV 90.67 153.02 234.51 -
System Red Green Blue C M Y K H S L
Decimal 240 6 135 0 0.98 0.44 0.06 326.92 0.95 0.48
Hex F0 6 87 0 62 2C 6 147 5F 30
Octal 360 6 207 0 142 54 6 507 137 60
Binary 11110000 110 10000111 0 1100010 101100 110 101000111 1011111 110000

Color Harmonies of #F00687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00687

Black with #F00687

Text Example


Text Example

White with #F00687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00687; }

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

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

background-color css

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

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

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

border-color css

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

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

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