Html Css Color HEX #F0507A Dark Pink

📋 copy color: '#F0507A'

red 240 ◦ green 80 ◦ blue 122

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

Shades of Dark Pink #F0507A

Tints of Dark Pink #F0507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

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

R = 54.3%
G = 18.1%
B = 27.6%

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

#F0507A (or 0xF0507A) is known color: Dark Pink. HEX triplet: F0, 50 and 7A. RGB value is (240,80,122). Sum of RGB (Red+Green+Blue) = 240+80+122=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0507A is #0FAF85. Grayscale: #848484. Windows color (decimal): -1027974 or 8016112. OLE color: 8016112.

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

Color convert

RGB 240 80 122 -
CMYK 0 0.67 0.49 0.06
HSL 344.25º 0.84% 0.63% -
HSV(B) 344.25º 0.67% 0.94% -
XYZ 42.32 25.67 21.14 -
YUV 132.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 240 80 122 0 0.67 0.49 0.06 344.25 0.84 0.63
Hex F0 50 7A 0 43 31 6 158 54 3F
Octal 360 120 172 0 103 61 6 530 124 77
Binary 11110000 1010000 1111010 0 1000011 110001 110 101011000 1010100 111111

Color Harmonies of #F0507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0507A

Black with #F0507A

Text Example


Text Example

White with #F0507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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