Html Css Color HEX #F1728D Deep Blush

📋 copy color: '#F1728D'

red 241 ◦ green 114 ◦ blue 141

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

Shades of Deep Blush #F1728D

Tints of Deep Blush #F1728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 48.59%
G = 22.98%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1728D (or 0xF1728D) is known color: Deep Blush. HEX triplet: F1, 72 and 8D. RGB value is (241,114,141). Sum of RGB (Red+Green+Blue) = 241+114+141=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1728D is #0E8D72. Grayscale: #9B9B9B. Windows color (decimal): -953715 or 9270001. OLE color: 9270001.

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

Color convert

RGB 241 114 141 -
CMYK 0 0.53 0.41 0.05
HSL 347.24º 0.82% 0.7% -
HSV(B) 347.24º 0.53% 0.95% -
XYZ 47.1 32.66 29.02 -
YUV 155.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 241 114 141 0 0.53 0.41 0.05 347.24 0.82 0.7
Hex F1 72 8D 0 35 29 5 15B 52 46
Octal 361 162 215 0 65 51 5 533 122 106
Binary 11110001 1110010 10001101 0 110101 101001 101 101011011 1010010 1000110

Color Harmonies of #F1728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1728D

Black with #F1728D

Text Example


Text Example

White with #F1728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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