Html Css Color HEX #F04F7D Dark Pink

📋 copy color: '#F04F7D'

red 240 ◦ green 79 ◦ blue 125

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

Shades of Dark Pink #F04F7D

Tints of Dark Pink #F04F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 54.05%
G = 17.79%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F04F7D (or 0xF04F7D) is known color: Dark Pink. HEX triplet: F0, 4F and 7D. RGB value is (240,79,125). Sum of RGB (Red+Green+Blue) = 240+79+125=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F7D is #0FB082. Grayscale: #848484. Windows color (decimal): -1028227 or 8212464. OLE color: 8212464.

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

Color convert

RGB 240 79 125 -
CMYK 0 0.67 0.48 0.06
HSL 342.86º 0.84% 0.63% -
HSV(B) 342.86º 0.67% 0.94% -
XYZ 42.43 25.6 22.11 -
YUV 132.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 240 79 125 0 0.67 0.48 0.06 342.86 0.84 0.63
Hex F0 4F 7D 0 43 30 6 157 54 3F
Octal 360 117 175 0 103 60 6 527 124 77
Binary 11110000 1001111 1111101 0 1000011 110000 110 101010111 1010100 111111

Color Harmonies of #F04F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F7D

Black with #F04F7D

Text Example


Text Example

White with #F04F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F7D; }

 p { color: rgb(240,79,125); }

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

background-color css

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

 a { background-color: rgb(240,79,125); }

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

border-color css

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

 span { border-color: rgb(240,79,125); }

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