Html Css Color HEX #F04676 Dark Pink

📋 copy color: '#F04676'

red 240 ◦ green 70 ◦ blue 118

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

Shades of Dark Pink #F04676

Tints of Dark Pink #F04676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 56.07%
G = 16.36%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04676 (or 0xF04676) is known color: Dark Pink. HEX triplet: F0, 46 and 76. RGB value is (240,70,118). Sum of RGB (Red+Green+Blue) = 240+70+118=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F04676 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04676 is #0FB989. Grayscale: #7E7E7E. Windows color (decimal): -1030538 or 7751408. OLE color: 7751408.

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

Color convert

RGB 240 70 118 -
CMYK 0 0.71 0.51 0.06
HSL 343.06º 0.85% 0.61% -
HSV(B) 343.06º 0.71% 0.94% -
XYZ 41.4 24.21 19.63 -
YUV 126.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 240 70 118 0 0.71 0.51 0.06 343.06 0.85 0.61
Hex F0 46 76 0 47 33 6 157 55 3D
Octal 360 106 166 0 107 63 6 527 125 75
Binary 11110000 1000110 1110110 0 1000111 110011 110 101010111 1010101 111101

Color Harmonies of #F04676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04676

Black with #F04676

Text Example


Text Example

White with #F04676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04676; }

 p { color: rgb(240,70,118); }

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

background-color css

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

 a { background-color: rgb(240,70,118); }

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

border-color css

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

 span { border-color: rgb(240,70,118); }

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