Html Css Color HEX #F0457A Dark Pink

📋 copy color: '#F0457A'

red 240 ◦ green 69 ◦ blue 122

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

Shades of Dark Pink #F0457A

Tints of Dark Pink #F0457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 55.68%
G = 16.01%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0457A (or 0xF0457A) is known color: Dark Pink. HEX triplet: F0, 45 and 7A. RGB value is (240,69,122). Sum of RGB (Red+Green+Blue) = 240+69+122=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0457A is #0FBA85. Grayscale: #7E7E7E. Windows color (decimal): -1030790 or 8013296. OLE color: 8013296.

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

Color convert

RGB 240 69 122 -
CMYK 0 0.71 0.49 0.06
HSL 341.4º 0.85% 0.61% -
HSV(B) 341.4º 0.71% 0.94% -
XYZ 41.58 24.19 20.89 -
YUV 126.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 240 69 122 0 0.71 0.49 0.06 341.4 0.85 0.61
Hex F0 45 7A 0 47 31 6 155 55 3D
Octal 360 105 172 0 107 61 6 525 125 75
Binary 11110000 1000101 1111010 0 1000111 110001 110 101010101 1010101 111101

Color Harmonies of #F0457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0457A

Black with #F0457A

Text Example


Text Example

White with #F0457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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