Html Css Color HEX #F4748D Deep Blush

📋 copy color: '#F4748D'

red 244 ◦ green 116 ◦ blue 141

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

Shades of Deep Blush #F4748D

Tints of Deep Blush #F4748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 48.7%
G = 23.15%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4748D (or 0xF4748D) is known color: Deep Blush. HEX triplet: F4, 74 and 8D. RGB value is (244,116,141). Sum of RGB (Red+Green+Blue) = 244+116+141=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4748D is #0B8B72. Grayscale: #9D9D9D. Windows color (decimal): -756595 or 9270516. OLE color: 9270516.

HSL color Cylindrical-coordinate representation of color #F4748D: hue angle of 348.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4748D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 116 141 -
CMYK 0 0.52 0.42 0.04
HSL 348.28º 0.85% 0.71% -
HSV(B) 348.28º 0.52% 0.96% -
XYZ 48.36 33.65 29.14 -
YUV 157.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 244 116 141 0 0.52 0.42 0.04 348.28 0.85 0.71
Hex F4 74 8D 0 34 2A 4 15C 55 47
Octal 364 164 215 0 64 52 4 534 125 107
Binary 11110100 1110100 10001101 0 110100 101010 100 101011100 1010101 1000111

Color Harmonies of #F4748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4748D

Black with #F4748D

Text Example


Text Example

White with #F4748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4748D; }

 p { color: rgb(244,116,141); }

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

background-color css

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

 a { background-color: rgb(244,116,141); }

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

border-color css

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

 span { border-color: rgb(244,116,141); }

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