Html Css Color HEX #F1728B Deep Blush

📋 copy color: '#F1728B'

red 241 ◦ green 114 ◦ blue 139

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

Shades of Deep Blush #F1728B

Tints of Deep Blush #F1728B

RGB

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

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

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

R = 48.79%
G = 23.08%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1728B (or 0xF1728B) is known color: Deep Blush. HEX triplet: F1, 72 and 8B. RGB value is (241,114,139). Sum of RGB (Red+Green+Blue) = 241+114+139=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1728B is #0E8D74. Grayscale: #9A9A9A. Windows color (decimal): -953717 or 9138929. OLE color: 9138929.

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

Color convert

RGB 241 114 139 -
CMYK 0 0.53 0.42 0.05
HSL 348.19º 0.82% 0.7% -
HSV(B) 348.19º 0.53% 0.95% -
XYZ 46.95 32.6 28.24 -
YUV 154.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 241 114 139 0 0.53 0.42 0.05 348.19 0.82 0.7
Hex F1 72 8B 0 35 2A 5 15C 52 46
Octal 361 162 213 0 65 52 5 534 122 106
Binary 11110001 1110010 10001011 0 110101 101010 101 101011100 1010010 1000110

Color Harmonies of #F1728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1728B

Black with #F1728B

Text Example


Text Example

White with #F1728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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