Html Css Color HEX #F0068C Deep Pink

📋 copy color: '#F0068C'

red 240 ◦ green 6 ◦ blue 140

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

Shades of Deep Pink #F0068C

Tints of Deep Pink #F0068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 62.18%
G = 1.55%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0068C (or 0xF0068C) is known color: Deep Pink. HEX triplet: F0, 06 and 8C. RGB value is (240,6,140). Sum of RGB (Red+Green+Blue) = 240+6+140=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0068C is #0FF973. Grayscale: #5A5A5A. Windows color (decimal): -1046900 or 9176816. OLE color: 9176816.

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

Color convert

RGB 240 6 140 -
CMYK 0 0.98 0.42 0.06
HSL 325.64º 0.95% 0.48% -
HSV(B) 325.64º 0.98% 0.94% -
XYZ 40.73 20.55 26.63 -
YUV 91.24 155.52 234.1 -
System Red Green Blue C M Y K H S L
Decimal 240 6 140 0 0.98 0.42 0.06 325.64 0.95 0.48
Hex F0 6 8C 0 62 2A 6 146 5F 30
Octal 360 6 214 0 142 52 6 506 137 60
Binary 11110000 110 10001100 0 1100010 101010 110 101000110 1011111 110000

Color Harmonies of #F0068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0068C

Black with #F0068C

Text Example


Text Example

White with #F0068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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