Html Css Color HEX #F04F7F Dark Pink

📋 copy color: '#F04F7F'

red 240 ◦ green 79 ◦ blue 127

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

Shades of Dark Pink #F04F7F

Tints of Dark Pink #F04F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 53.81%
G = 17.71%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F04F7F (or 0xF04F7F) is known color: Dark Pink. HEX triplet: F0, 4F and 7F. RGB value is (240,79,127). Sum of RGB (Red+Green+Blue) = 240+79+127=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F7F is #0FB080. Grayscale: #848484. Windows color (decimal): -1028225 or 8343536. OLE color: 8343536.

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

Color convert

RGB 240 79 127 -
CMYK 0 0.67 0.47 0.06
HSL 342.11º 0.84% 0.63% -
HSV(B) 342.11º 0.67% 0.94% -
XYZ 42.56 25.65 22.79 -
YUV 132.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 240 79 127 0 0.67 0.47 0.06 342.11 0.84 0.63
Hex F0 4F 7F 0 43 2F 6 156 54 3F
Octal 360 117 177 0 103 57 6 526 124 77
Binary 11110000 1001111 1111111 0 1000011 101111 110 101010110 1010100 111111

Color Harmonies of #F04F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F7F

Black with #F04F7F

Text Example


Text Example

White with #F04F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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