Html Css Color HEX #F4507E Dark Pink

📋 copy color: '#F4507E'

red 244 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #F4507E

Tints of Dark Pink #F4507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28%

R = 54.22%
G = 17.78%
B = 28%

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

#F4507E (or 0xF4507E) is known color: Dark Pink. HEX triplet: F4, 50 and 7E. RGB value is (244,80,126). Sum of RGB (Red+Green+Blue) = 244+80+126=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4507E is #0BAF81. Grayscale: #868686. Windows color (decimal): -765826 or 8278260. OLE color: 8278260.

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

Color convert

RGB 244 80 126 -
CMYK 0 0.67 0.48 0.04
HSL 343.17º 0.88% 0.64% -
HSV(B) 343.17º 0.67% 0.96% -
XYZ 43.94 26.48 22.53 -
YUV 134.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 244 80 126 0 0.67 0.48 0.04 343.17 0.88 0.64
Hex F4 50 7E 0 43 30 4 157 58 40
Octal 364 120 176 0 103 60 4 527 130 100
Binary 11110100 1010000 1111110 0 1000011 110000 100 101010111 1011000 1000000

Color Harmonies of #F4507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4507E

Black with #F4507E

Text Example


Text Example

White with #F4507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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