Html Css Color HEX #F04F83 Dark Pink

📋 copy color: '#F04F83'

red 240 ◦ green 79 ◦ blue 131

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

Shades of Dark Pink #F04F83

Tints of Dark Pink #F04F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 53.33%
G = 17.56%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F04F83 (or 0xF04F83) is known color: Dark Pink. HEX triplet: F0, 4F and 83. RGB value is (240,79,131). Sum of RGB (Red+Green+Blue) = 240+79+131=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F83 is #0FB07C. Grayscale: #858585. Windows color (decimal): -1028221 or 8605680. OLE color: 8605680.

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

Color convert

RGB 240 79 131 -
CMYK 0 0.67 0.45 0.06
HSL 340.62º 0.84% 0.63% -
HSV(B) 340.62º 0.67% 0.94% -
XYZ 42.83 25.76 24.19 -
YUV 133.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 240 79 131 0 0.67 0.45 0.06 340.62 0.84 0.63
Hex F0 4F 83 0 43 2D 6 155 54 3F
Octal 360 117 203 0 103 55 6 525 124 77
Binary 11110000 1001111 10000011 0 1000011 101101 110 101010101 1010100 111111

Color Harmonies of #F04F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F83

Black with #F04F83

Text Example


Text Example

White with #F04F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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