Html Css Color HEX #F1748D Deep Blush

📋 copy color: '#F1748D'

red 241 ◦ green 116 ◦ blue 141

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

Shades of Deep Blush #F1748D

Tints of Deep Blush #F1748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 48.39%
G = 23.29%
B = 28.31%

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

#F1748D (or 0xF1748D) is known color: Deep Blush. HEX triplet: F1, 74 and 8D. RGB value is (241,116,141). Sum of RGB (Red+Green+Blue) = 241+116+141=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1748D is #0E8B72. Grayscale: #9C9C9C. Windows color (decimal): -953203 or 9270513. OLE color: 9270513.

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

Color convert

RGB 241 116 141 -
CMYK 0 0.52 0.41 0.05
HSL 348º 0.82% 0.7% -
HSV(B) 348º 0.52% 0.95% -
XYZ 47.33 33.11 29.1 -
YUV 156.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 241 116 141 0 0.52 0.41 0.05 348 0.82 0.7
Hex F1 74 8D 0 34 29 5 15C 52 46
Octal 361 164 215 0 64 51 5 534 122 106
Binary 11110001 1110100 10001101 0 110100 101001 101 101011100 1010010 1000110

Color Harmonies of #F1748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1748D

Black with #F1748D

Text Example


Text Example

White with #F1748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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