Html Css Color HEX #F0466F Dark Pink

📋 copy color: '#F0466F'

red 240 ◦ green 70 ◦ blue 111

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

Shades of Dark Pink #F0466F

Tints of Dark Pink #F0466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 57.01%
G = 16.63%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0466F (or 0xF0466F) is known color: Dark Pink. HEX triplet: F0, 46 and 6F. RGB value is (240,70,111). Sum of RGB (Red+Green+Blue) = 240+70+111=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0466F is #0FB990. Grayscale: #7D7D7D. Windows color (decimal): -1030545 or 7292656. OLE color: 7292656.

HSL color Cylindrical-coordinate representation of color #F0466F: hue angle of 345.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0466F is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 111 -
CMYK 0 0.71 0.54 0.06
HSL 345.53º 0.85% 0.61% -
HSV(B) 345.53º 0.71% 0.94% -
XYZ 40.99 24.05 17.52 -
YUV 125.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 240 70 111 0 0.71 0.54 0.06 345.53 0.85 0.61
Hex F0 46 6F 0 47 36 6 15A 55 3D
Octal 360 106 157 0 107 66 6 532 125 75
Binary 11110000 1000110 1101111 0 1000111 110110 110 101011010 1010101 111101

Color Harmonies of #F0466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0466F

Black with #F0466F

Text Example


Text Example

White with #F0466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0466F; }

 p { color: rgb(240,70,111); }

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

background-color css

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

 a { background-color: rgb(240,70,111); }

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

border-color css

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

 span { border-color: rgb(240,70,111); }

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