Html Css Color HEX #F04F7B Dark Pink

📋 copy color: '#F04F7B'

red 240 ◦ green 79 ◦ blue 123

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

Shades of Dark Pink #F04F7B

Tints of Dark Pink #F04F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 54.3%
G = 17.87%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F04F7B (or 0xF04F7B) is known color: Dark Pink. HEX triplet: F0, 4F and 7B. RGB value is (240,79,123). Sum of RGB (Red+Green+Blue) = 240+79+123=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F7B is #0FB084. Grayscale: #848484. Windows color (decimal): -1028229 or 8081392. OLE color: 8081392.

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

Color convert

RGB 240 79 123 -
CMYK 0 0.67 0.49 0.06
HSL 343.6º 0.84% 0.63% -
HSV(B) 343.6º 0.67% 0.94% -
XYZ 42.31 25.55 21.44 -
YUV 132.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 240 79 123 0 0.67 0.49 0.06 343.6 0.84 0.63
Hex F0 4F 7B 0 43 31 6 158 54 3F
Octal 360 117 173 0 103 61 6 530 124 77
Binary 11110000 1001111 1111011 0 1000011 110001 110 101011000 1010100 111111

Color Harmonies of #F04F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F7B

Black with #F04F7B

Text Example


Text Example

White with #F04F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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