Html Css Color HEX #F4748A Deep Blush

📋 copy color: '#F4748A'

red 244 ◦ green 116 ◦ blue 138

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

Shades of Deep Blush #F4748A

Tints of Deep Blush #F4748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 49%
G = 23.29%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4748A (or 0xF4748A) is known color: Deep Blush. HEX triplet: F4, 74 and 8A. RGB value is (244,116,138). Sum of RGB (Red+Green+Blue) = 244+116+138=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4748A is #0B8B75. Grayscale: #9C9C9C. Windows color (decimal): -756598 or 9073908. OLE color: 9073908.

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

Color convert

RGB 244 116 138 -
CMYK 0 0.52 0.43 0.04
HSL 349.69º 0.85% 0.71% -
HSV(B) 349.69º 0.52% 0.96% -
XYZ 48.14 33.56 27.98 -
YUV 156.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 244 116 138 0 0.52 0.43 0.04 349.69 0.85 0.71
Hex F4 74 8A 0 34 2B 4 15E 55 47
Octal 364 164 212 0 64 53 4 536 125 107
Binary 11110100 1110100 10001010 0 110100 101011 100 101011110 1010101 1000111

Color Harmonies of #F4748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4748A

Black with #F4748A

Text Example


Text Example

White with #F4748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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