Html Css Color HEX #F0456F Dark Pink

📋 copy color: '#F0456F'

red 240 ◦ green 69 ◦ blue 111

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

Shades of Dark Pink #F0456F

Tints of Dark Pink #F0456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.43%

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

R = 57.14%
G = 16.43%
B = 26.43%

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

#F0456F (or 0xF0456F) is known color: Dark Pink. HEX triplet: F0, 45 and 6F. RGB value is (240,69,111). Sum of RGB (Red+Green+Blue) = 240+69+111=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0456F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0456F is #0FBA90. Grayscale: #7C7C7C. Windows color (decimal): -1030801 or 7292400. OLE color: 7292400.

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

Color convert

RGB 240 69 111 -
CMYK 0 0.71 0.54 0.06
HSL 345.26º 0.85% 0.61% -
HSV(B) 345.26º 0.71% 0.94% -
XYZ 40.93 23.93 17.5 -
YUV 124.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 240 69 111 0 0.71 0.54 0.06 345.26 0.85 0.61
Hex F0 45 6F 0 47 36 6 159 55 3D
Octal 360 105 157 0 107 66 6 531 125 75
Binary 11110000 1000101 1101111 0 1000111 110110 110 101011001 1010101 111101

Color Harmonies of #F0456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0456F

Black with #F0456F

Text Example


Text Example

White with #F0456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0456F; }

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

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

background-color css

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

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

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

border-color css

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

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

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