Html Css Color HEX #F4547F Dark Pink

📋 copy color: '#F4547F'

red 244 ◦ green 84 ◦ blue 127

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

Shades of Dark Pink #F4547F

Tints of Dark Pink #F4547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

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

R = 53.63%
G = 18.46%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4547F (or 0xF4547F) is known color: Dark Pink. HEX triplet: F4, 54 and 7F. RGB value is (244,84,127). Sum of RGB (Red+Green+Blue) = 244+84+127=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4547F is #0BAB80. Grayscale: #888888. Windows color (decimal): -764801 or 8344820. OLE color: 8344820.

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

Color convert

RGB 244 84 127 -
CMYK 0 0.66 0.48 0.04
HSL 343.88º 0.88% 0.64% -
HSV(B) 343.88º 0.66% 0.96% -
XYZ 44.31 27.11 22.98 -
YUV 136.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 244 84 127 0 0.66 0.48 0.04 343.88 0.88 0.64
Hex F4 54 7F 0 42 30 4 158 58 40
Octal 364 124 177 0 102 60 4 530 130 100
Binary 11110100 1010100 1111111 0 1000010 110000 100 101011000 1011000 1000000

Color Harmonies of #F4547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4547F

Black with #F4547F

Text Example


Text Example

White with #F4547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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