Html Css Color HEX #F04E7A Dark Pink

📋 copy color: '#F04E7A'

red 240 ◦ green 78 ◦ blue 122

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

Shades of Dark Pink #F04E7A

Tints of Dark Pink #F04E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

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

R = 54.55%
G = 17.73%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F04E7A (or 0xF04E7A) is known color: Dark Pink. HEX triplet: F0, 4E and 7A. RGB value is (240,78,122). Sum of RGB (Red+Green+Blue) = 240+78+122=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E7A is #0FB185. Grayscale: #838383. Windows color (decimal): -1028486 or 8015600. OLE color: 8015600.

HSL color Cylindrical-coordinate representation of color #F04E7A: hue angle of 343.7º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E7A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 78 122 -
CMYK 0 0.68 0.49 0.06
HSL 343.7º 0.84% 0.62% -
HSV(B) 343.7º 0.68% 0.94% -
XYZ 42.17 25.38 21.09 -
YUV 131.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 240 78 122 0 0.68 0.49 0.06 343.7 0.84 0.62
Hex F0 4E 7A 0 44 31 6 158 54 3E
Octal 360 116 172 0 104 61 6 530 124 76
Binary 11110000 1001110 1111010 0 1000100 110001 110 101011000 1010100 111110

Color Harmonies of #F04E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E7A

Black with #F04E7A

Text Example


Text Example

White with #F04E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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