Html Css Color HEX #F0738A Deep Blush

📋 copy color: '#F0738A'

red 240 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #F0738A

Tints of Deep Blush #F0738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.33%

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

R = 48.68%
G = 23.33%
B = 27.99%

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

#F0738A (or 0xF0738A) is known color: Deep Blush. HEX triplet: F0, 73 and 8A. RGB value is (240,115,138). Sum of RGB (Red+Green+Blue) = 240+115+138=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0738A is #0F8C75. Grayscale: #9B9B9B. Windows color (decimal): -1018998 or 9073648. OLE color: 9073648.

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

Color convert

RGB 240 115 138 -
CMYK 0 0.52 0.42 0.06
HSL 348.96º 0.81% 0.7% -
HSV(B) 348.96º 0.52% 0.94% -
XYZ 46.65 32.62 27.88 -
YUV 155 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 240 115 138 0 0.52 0.42 0.06 348.96 0.81 0.7
Hex F0 73 8A 0 34 2A 6 15D 51 46
Octal 360 163 212 0 64 52 6 535 121 106
Binary 11110000 1110011 10001010 0 110100 101010 110 101011101 1010001 1000110

Color Harmonies of #F0738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0738A

Black with #F0738A

Text Example


Text Example

White with #F0738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0738A; }

 p { color: rgb(240,115,138); }

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

background-color css

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

 a { background-color: rgb(240,115,138); }

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

border-color css

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

 span { border-color: rgb(240,115,138); }

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