Html Css Color HEX #F0067D Deep Pink

📋 copy color: '#F0067D'

red 240 ◦ green 6 ◦ blue 125

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

Shades of Deep Pink #F0067D

Tints of Deep Pink #F0067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 64.69%
G = 1.62%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0067D (or 0xF0067D) is known color: Deep Pink. HEX triplet: F0, 06 and 7D. RGB value is (240,6,125). Sum of RGB (Red+Green+Blue) = 240+6+125=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0067D is #0FF982. Grayscale: #595959. Windows color (decimal): -1046915 or 8193776. OLE color: 8193776.

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

Color convert

RGB 240 6 125 -
CMYK 0 0.98 0.48 0.06
HSL 329.49º 0.95% 0.48% -
HSV(B) 329.49º 0.98% 0.94% -
XYZ 39.7 20.14 21.2 -
YUV 89.53 148.02 235.32 -
System Red Green Blue C M Y K H S L
Decimal 240 6 125 0 0.98 0.48 0.06 329.49 0.95 0.48
Hex F0 6 7D 0 62 30 6 149 5F 30
Octal 360 6 175 0 142 60 6 511 137 60
Binary 11110000 110 1111101 0 1100010 110000 110 101001001 1011111 110000

Color Harmonies of #F0067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0067D

Black with #F0067D

Text Example


Text Example

White with #F0067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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