Html Css Color HEX #F4507B Dark Pink

📋 copy color: '#F4507B'

red 244 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #F4507B

Tints of Dark Pink #F4507B

RGB

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

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

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

R = 54.59%
G = 17.9%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F4507B (or 0xF4507B) is known color: Dark Pink. HEX triplet: F4, 50 and 7B. RGB value is (244,80,123). Sum of RGB (Red+Green+Blue) = 244+80+123=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F4507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4507B is #0BAF84. Grayscale: #858585. Windows color (decimal): -765829 or 8081652. OLE color: 8081652.

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

Color convert

RGB 244 80 123 -
CMYK 0 0.67 0.50 0.04
HSL 344.27º 0.88% 0.64% -
HSV(B) 344.27º 0.67% 0.96% -
XYZ 43.75 26.4 21.53 -
YUV 133.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 244 80 123 0 0.67 0.50 0.04 344.27 0.88 0.64
Hex F4 50 7B 0 43 32 4 158 58 40
Octal 364 120 173 0 103 62 4 530 130 100
Binary 11110100 1010000 1111011 0 1000011 110010 100 101011000 1011000 1000000

Color Harmonies of #F4507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4507B

Black with #F4507B

Text Example


Text Example

White with #F4507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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