Html Css Color HEX #F17295 Deep Blush

📋 copy color: '#F17295'

red 241 ◦ green 114 ◦ blue 149

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

Shades of Deep Blush #F17295

Tints of Deep Blush #F17295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 47.82%
G = 22.62%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F17295 (or 0xF17295) is known color: Deep Blush. HEX triplet: F1, 72 and 95. RGB value is (241,114,149). Sum of RGB (Red+Green+Blue) = 241+114+149=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F17295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17295 is #0E8D6A. Grayscale: #9B9B9B. Windows color (decimal): -953707 or 9794289. OLE color: 9794289.

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

Color convert

RGB 241 114 149 -
CMYK 0 0.53 0.38 0.05
HSL 343.46º 0.82% 0.7% -
HSV(B) 343.46º 0.53% 0.95% -
XYZ 47.72 32.91 32.27 -
YUV 155.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 241 114 149 0 0.53 0.38 0.05 343.46 0.82 0.7
Hex F1 72 95 0 35 26 5 157 52 46
Octal 361 162 225 0 65 46 5 527 122 106
Binary 11110001 1110010 10010101 0 110101 100110 101 101010111 1010010 1000110

Color Harmonies of #F17295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17295

Black with #F17295

Text Example


Text Example

White with #F17295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17295; }

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

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

background-color css

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

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

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

border-color css

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

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

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