Html Css Color HEX #F17392 Deep Blush

📋 copy color: '#F17392'

red 241 ◦ green 115 ◦ blue 146

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

Shades of Deep Blush #F17392

Tints of Deep Blush #F17392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.91%

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 48.01%
G = 22.91%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F17392 (or 0xF17392) is known color: Deep Blush. HEX triplet: F1, 73 and 92. RGB value is (241,115,146). Sum of RGB (Red+Green+Blue) = 241+115+146=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F17392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17392 is #0E8C6D. Grayscale: #9C9C9C. Windows color (decimal): -953454 or 9597937. OLE color: 9597937.

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

Color convert

RGB 241 115 146 -
CMYK 0 0.52 0.39 0.05
HSL 345.24º 0.82% 0.7% -
HSV(B) 345.24º 0.52% 0.95% -
XYZ 47.59 33.04 31.06 -
YUV 156.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 241 115 146 0 0.52 0.39 0.05 345.24 0.82 0.7
Hex F1 73 92 0 34 27 5 159 52 46
Octal 361 163 222 0 64 47 5 531 122 106
Binary 11110001 1110011 10010010 0 110100 100111 101 101011001 1010010 1000110

Color Harmonies of #F17392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17392

Black with #F17392

Text Example


Text Example

White with #F17392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17392; }

 p { color: rgb(241,115,146); }

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

background-color css

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

 a { background-color: rgb(241,115,146); }

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

border-color css

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

 span { border-color: rgb(241,115,146); }

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