Html Css Color HEX #F1738E Deep Blush

📋 copy color: '#F1738E'

red 241 ◦ green 115 ◦ blue 142

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

Shades of Deep Blush #F1738E

Tints of Deep Blush #F1738E

RGB

 RED value IS 241 (94.53% from 255) = 48.39%

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

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 48.39%
G = 23.09%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1738E (or 0xF1738E) is known color: Deep Blush. HEX triplet: F1, 73 and 8E. RGB value is (241,115,142). Sum of RGB (Red+Green+Blue) = 241+115+142=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1738E is #0E8C71. Grayscale: #9B9B9B. Windows color (decimal): -953458 or 9335793. OLE color: 9335793.

HSL color Cylindrical-coordinate representation of color #F1738E: hue angle of 347.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1738E is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 142 -
CMYK 0 0.52 0.41 0.05
HSL 347.14º 0.82% 0.7% -
HSV(B) 347.14º 0.52% 0.95% -
XYZ 47.29 32.92 29.45 -
YUV 155.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 241 115 142 0 0.52 0.41 0.05 347.14 0.82 0.7
Hex F1 73 8E 0 34 29 5 15B 52 46
Octal 361 163 216 0 64 51 5 533 122 106
Binary 11110001 1110011 10001110 0 110100 101001 101 101011011 1010010 1000110

Color Harmonies of #F1738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1738E

Black with #F1738E

Text Example


Text Example

White with #F1738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1738E; }

 p { color: rgb(241,115,142); }

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

background-color css

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

 a { background-color: rgb(241,115,142); }

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

border-color css

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

 span { border-color: rgb(241,115,142); }

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