Html Css Color HEX #F17390 Deep Blush

📋 copy color: '#F17390'

red 241 ◦ green 115 ◦ blue 144

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

Shades of Deep Blush #F17390

Tints of Deep Blush #F17390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 48.2%
G = 23%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F17390 (or 0xF17390) is known color: Deep Blush. HEX triplet: F1, 73 and 90. RGB value is (241,115,144). Sum of RGB (Red+Green+Blue) = 241+115+144=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F17390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17390 is #0E8C6F. Grayscale: #9B9B9B. Windows color (decimal): -953456 or 9466865. OLE color: 9466865.

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

Color convert

RGB 241 115 144 -
CMYK 0 0.52 0.40 0.05
HSL 346.19º 0.82% 0.7% -
HSV(B) 346.19º 0.52% 0.95% -
XYZ 47.44 32.98 30.25 -
YUV 155.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 241 115 144 0 0.52 0.40 0.05 346.19 0.82 0.7
Hex F1 73 90 0 34 28 5 15A 52 46
Octal 361 163 220 0 64 50 5 532 122 106
Binary 11110001 1110011 10010000 0 110100 101000 101 101011010 1010010 1000110

Color Harmonies of #F17390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17390

Black with #F17390

Text Example


Text Example

White with #F17390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17390; }

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

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

background-color css

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

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

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

border-color css

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

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

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