Html Css Color HEX #F0507F Dark Pink

📋 copy color: '#F0507F'

red 240 ◦ green 80 ◦ blue 127

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

Shades of Dark Pink #F0507F

Tints of Dark Pink #F0507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 53.69%
G = 17.9%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0507F (or 0xF0507F) is known color: Dark Pink. HEX triplet: F0, 50 and 7F. RGB value is (240,80,127). Sum of RGB (Red+Green+Blue) = 240+80+127=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0507F is #0FAF80. Grayscale: #858585. Windows color (decimal): -1027969 or 8343792. OLE color: 8343792.

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

Color convert

RGB 240 80 127 -
CMYK 0 0.67 0.47 0.06
HSL 342.38º 0.84% 0.63% -
HSV(B) 342.38º 0.67% 0.94% -
XYZ 42.63 25.79 22.81 -
YUV 133.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 240 80 127 0 0.67 0.47 0.06 342.38 0.84 0.63
Hex F0 50 7F 0 43 2F 6 156 54 3F
Octal 360 120 177 0 103 57 6 526 124 77
Binary 11110000 1010000 1111111 0 1000011 101111 110 101010110 1010100 111111

Color Harmonies of #F0507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0507F

Black with #F0507F

Text Example


Text Example

White with #F0507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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