Html Css Color HEX #F0748B Deep Blush

📋 copy color: '#F0748B'

red 240 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #F0748B

Tints of Deep Blush #F0748B

RGB

 RED value IS 240 (94.14% from 255) = 48.48%

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 48.48%
G = 23.43%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0748B (or 0xF0748B) is known color: Deep Blush. HEX triplet: F0, 74 and 8B. RGB value is (240,116,139). Sum of RGB (Red+Green+Blue) = 240+116+139=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0748B is #0F8B74. Grayscale: #9B9B9B. Windows color (decimal): -1018741 or 9139440. OLE color: 9139440.

HSL color Cylindrical-coordinate representation of color #F0748B: hue angle of 348.87º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0748B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 139 -
CMYK 0 0.52 0.42 0.06
HSL 348.87º 0.81% 0.7% -
HSV(B) 348.87º 0.52% 0.94% -
XYZ 46.84 32.88 28.3 -
YUV 155.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 240 116 139 0 0.52 0.42 0.06 348.87 0.81 0.7
Hex F0 74 8B 0 34 2A 6 15D 51 46
Octal 360 164 213 0 64 52 6 535 121 106
Binary 11110000 1110100 10001011 0 110100 101010 110 101011101 1010001 1000110

Color Harmonies of #F0748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0748B

Black with #F0748B

Text Example


Text Example

White with #F0748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0748B; }

 p { color: rgb(240,116,139); }

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

background-color css

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

 a { background-color: rgb(240,116,139); }

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

border-color css

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

 span { border-color: rgb(240,116,139); }

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