Html Css Color HEX #F4507F Dark Pink

📋 copy color: '#F4507F'

red 244 ◦ green 80 ◦ blue 127

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

Shades of Dark Pink #F4507F

Tints of Dark Pink #F4507F

RGB

 RED value IS 244 (95.7% from 255) = 54.1%

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

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

R = 54.1%
G = 17.74%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4507F (or 0xF4507F) is known color: Dark Pink. HEX triplet: F4, 50 and 7F. RGB value is (244,80,127). Sum of RGB (Red+Green+Blue) = 244+80+127=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F4507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4507F is #0BAF80. Grayscale: #868686. Windows color (decimal): -765825 or 8343796. OLE color: 8343796.

HSL color Cylindrical-coordinate representation of color #F4507F: hue angle of 342.8º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4507F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 127 -
CMYK 0 0.67 0.48 0.04
HSL 342.8º 0.88% 0.64% -
HSV(B) 342.8º 0.67% 0.96% -
XYZ 44.01 26.5 22.87 -
YUV 134.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 244 80 127 0 0.67 0.48 0.04 342.8 0.88 0.64
Hex F4 50 7F 0 43 30 4 157 58 40
Octal 364 120 177 0 103 60 4 527 130 100
Binary 11110100 1010000 1111111 0 1000011 110000 100 101010111 1011000 1000000

Color Harmonies of #F4507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4507F

Black with #F4507F

Text Example


Text Example

White with #F4507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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