Html Css Color HEX #F0507B Dark Pink

📋 copy color: '#F0507B'

red 240 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #F0507B

Tints of Dark Pink #F0507B

RGB

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

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

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

R = 54.18%
G = 18.06%
B = 27.77%

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

#F0507B (or 0xF0507B) is known color: Dark Pink. HEX triplet: F0, 50 and 7B. RGB value is (240,80,123). Sum of RGB (Red+Green+Blue) = 240+80+123=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0507B is #0FAF84. Grayscale: #848484. Windows color (decimal): -1027973 or 8081648. OLE color: 8081648.

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

Color convert

RGB 240 80 123 -
CMYK 0 0.67 0.49 0.06
HSL 343.88º 0.84% 0.63% -
HSV(B) 343.88º 0.67% 0.94% -
XYZ 42.38 25.69 21.46 -
YUV 132.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 240 80 123 0 0.67 0.49 0.06 343.88 0.84 0.63
Hex F0 50 7B 0 43 31 6 158 54 3F
Octal 360 120 173 0 103 61 6 530 124 77
Binary 11110000 1010000 1111011 0 1000011 110001 110 101011000 1010100 111111

Color Harmonies of #F0507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0507B

Black with #F0507B

Text Example


Text Example

White with #F0507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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