Html Css Color HEX #F1748B Deep Blush

📋 copy color: '#F1748B'

red 241 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #F1748B

Tints of Deep Blush #F1748B

RGB

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

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

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

R = 48.59%
G = 23.39%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1748B (or 0xF1748B) is known color: Deep Blush. HEX triplet: F1, 74 and 8B. RGB value is (241,116,139). Sum of RGB (Red+Green+Blue) = 241+116+139=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1748B is #0E8B74. Grayscale: #9C9C9C. Windows color (decimal): -953205 or 9139441. OLE color: 9139441.

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

Color convert

RGB 241 116 139 -
CMYK 0 0.52 0.42 0.05
HSL 348.96º 0.82% 0.7% -
HSV(B) 348.96º 0.52% 0.95% -
XYZ 47.18 33.06 28.32 -
YUV 156 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 241 116 139 0 0.52 0.42 0.05 348.96 0.82 0.7
Hex F1 74 8B 0 34 2A 5 15D 52 46
Octal 361 164 213 0 64 52 5 535 122 106
Binary 11110001 1110100 10001011 0 110100 101010 101 101011101 1010010 1000110

Color Harmonies of #F1748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1748B

Black with #F1748B

Text Example


Text Example

White with #F1748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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