Html Css Color HEX #F0068D Deep Pink

📋 copy color: '#F0068D'

red 240 ◦ green 6 ◦ blue 141

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

Shades of Deep Pink #F0068D

Tints of Deep Pink #F0068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 62.02%
G = 1.55%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0068D (or 0xF0068D) is known color: Deep Pink. HEX triplet: F0, 06 and 8D. RGB value is (240,6,141). Sum of RGB (Red+Green+Blue) = 240+6+141=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0068D is #0FF972. Grayscale: #5B5B5B. Windows color (decimal): -1046899 or 9242352. OLE color: 9242352.

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

Color convert

RGB 240 6 141 -
CMYK 0 0.98 0.41 0.06
HSL 325.38º 0.95% 0.48% -
HSV(B) 325.38º 0.98% 0.94% -
XYZ 40.81 20.58 27.02 -
YUV 91.36 156.02 234.02 -
System Red Green Blue C M Y K H S L
Decimal 240 6 141 0 0.98 0.41 0.06 325.38 0.95 0.48
Hex F0 6 8D 0 62 29 6 145 5F 30
Octal 360 6 215 0 142 51 6 505 137 60
Binary 11110000 110 10001101 0 1100010 101001 110 101000101 1011111 110000

Color Harmonies of #F0068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0068D

Black with #F0068D

Text Example


Text Example

White with #F0068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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