Html Css Color HEX #F04874 Dark Pink

📋 copy color: '#F04874'

red 240 ◦ green 72 ◦ blue 116

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

Shades of Dark Pink #F04874

Tints of Dark Pink #F04874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.82%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 56.07%
G = 16.82%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04874 (or 0xF04874) is known color: Dark Pink. HEX triplet: F0, 48 and 74. RGB value is (240,72,116). Sum of RGB (Red+Green+Blue) = 240+72+116=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F04874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04874 is #0FB78B. Grayscale: #7F7F7F. Windows color (decimal): -1030028 or 7620848. OLE color: 7620848.

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

Color convert

RGB 240 72 116 -
CMYK 0 0.7 0.52 0.06
HSL 344.29º 0.85% 0.61% -
HSV(B) 344.29º 0.7% 0.94% -
XYZ 41.4 24.42 19.05 -
YUV 127.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 240 72 116 0 0.7 0.52 0.06 344.29 0.85 0.61
Hex F0 48 74 0 46 34 6 158 55 3D
Octal 360 110 164 0 106 64 6 530 125 75
Binary 11110000 1001000 1110100 0 1000110 110100 110 101011000 1010101 111101

Color Harmonies of #F04874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04874

Black with #F04874

Text Example


Text Example

White with #F04874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04874; }

 p { color: rgb(240,72,116); }

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

background-color css

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

 a { background-color: rgb(240,72,116); }

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

border-color css

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

 span { border-color: rgb(240,72,116); }

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