Html Css Color HEX #F04B7A Dark Pink

📋 copy color: '#F04B7A'

red 240 ◦ green 75 ◦ blue 122

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

Shades of Dark Pink #F04B7A

Tints of Dark Pink #F04B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 54.92%
G = 17.16%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F04B7A (or 0xF04B7A) is known color: Dark Pink. HEX triplet: F0, 4B and 7A. RGB value is (240,75,122). Sum of RGB (Red+Green+Blue) = 240+75+122=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04B7A is #0FB485. Grayscale: #818181. Windows color (decimal): -1029254 or 8014832. OLE color: 8014832.

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

Color convert

RGB 240 75 122 -
CMYK 0 0.69 0.49 0.06
HSL 342.91º 0.85% 0.62% -
HSV(B) 342.91º 0.69% 0.94% -
XYZ 41.96 24.96 21.02 -
YUV 129.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 240 75 122 0 0.69 0.49 0.06 342.91 0.85 0.62
Hex F0 4B 7A 0 45 31 6 157 55 3E
Octal 360 113 172 0 105 61 6 527 125 76
Binary 11110000 1001011 1111010 0 1000101 110001 110 101010111 1010101 111110

Color Harmonies of #F04B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04B7A

Black with #F04B7A

Text Example


Text Example

White with #F04B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04B7A; }

 p { color: rgb(240,75,122); }

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

background-color css

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

 a { background-color: rgb(240,75,122); }

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

border-color css

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

 span { border-color: rgb(240,75,122); }

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