Html Css Color HEX #F04B74 Dark Pink

📋 copy color: '#F04B74'

red 240 ◦ green 75 ◦ blue 116

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

Shades of Dark Pink #F04B74

Tints of Dark Pink #F04B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

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

R = 55.68%
G = 17.4%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04B74 (or 0xF04B74) is known color: Dark Pink. HEX triplet: F0, 4B and 74. RGB value is (240,75,116). Sum of RGB (Red+Green+Blue) = 240+75+116=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04B74 is #0FB48B. Grayscale: #818181. Windows color (decimal): -1029260 or 7621616. OLE color: 7621616.

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

Color convert

RGB 240 75 116 -
CMYK 0 0.69 0.52 0.06
HSL 345.09º 0.85% 0.62% -
HSV(B) 345.09º 0.69% 0.94% -
XYZ 41.6 24.82 19.12 -
YUV 129.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 240 75 116 0 0.69 0.52 0.06 345.09 0.85 0.62
Hex F0 4B 74 0 45 34 6 159 55 3E
Octal 360 113 164 0 105 64 6 531 125 76
Binary 11110000 1001011 1110100 0 1000101 110100 110 101011001 1010101 111110

Color Harmonies of #F04B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04B74

Black with #F04B74

Text Example


Text Example

White with #F04B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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