Html Css Color HEX #F0068A Deep Pink

📋 copy color: '#F0068A'

red 240 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #F0068A

Tints of Deep Pink #F0068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 62.5%
G = 1.56%
B = 35.94%

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

#F0068A (or 0xF0068A) is known color: Deep Pink. HEX triplet: F0, 06 and 8A. RGB value is (240,6,138). Sum of RGB (Red+Green+Blue) = 240+6+138=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0068A is #0FF975. Grayscale: #5A5A5A. Windows color (decimal): -1046902 or 9045744. OLE color: 9045744.

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

Color convert

RGB 240 6 138 -
CMYK 0 0.98 0.42 0.06
HSL 326.15º 0.95% 0.48% -
HSV(B) 326.15º 0.98% 0.94% -
XYZ 40.59 20.49 25.86 -
YUV 91.01 154.52 234.27 -
System Red Green Blue C M Y K H S L
Decimal 240 6 138 0 0.98 0.42 0.06 326.15 0.95 0.48
Hex F0 6 8A 0 62 2A 6 146 5F 30
Octal 360 6 212 0 142 52 6 506 137 60
Binary 11110000 110 10001010 0 1100010 101010 110 101000110 1011111 110000

Color Harmonies of #F0068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0068A

Black with #F0068A

Text Example


Text Example

White with #F0068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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