Html Css Color HEX #F17290 Deep Blush

📋 copy color: '#F17290'

red 241 ◦ green 114 ◦ blue 144

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

Shades of Deep Blush #F17290

Tints of Deep Blush #F17290

RGB

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

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

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

R = 48.3%
G = 22.85%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F17290 (or 0xF17290) is known color: Deep Blush. HEX triplet: F1, 72 and 90. RGB value is (241,114,144). Sum of RGB (Red+Green+Blue) = 241+114+144=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F17290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17290 is #0E8D6F. Grayscale: #9B9B9B. Windows color (decimal): -953712 or 9466609. OLE color: 9466609.

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

Color convert

RGB 241 114 144 -
CMYK 0 0.53 0.40 0.05
HSL 345.83º 0.82% 0.7% -
HSV(B) 345.83º 0.53% 0.95% -
XYZ 47.33 32.75 30.21 -
YUV 155.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 241 114 144 0 0.53 0.40 0.05 345.83 0.82 0.7
Hex F1 72 90 0 35 28 5 15A 52 46
Octal 361 162 220 0 65 50 5 532 122 106
Binary 11110001 1110010 10010000 0 110101 101000 101 101011010 1010010 1000110

Color Harmonies of #F17290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17290

Black with #F17290

Text Example


Text Example

White with #F17290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17290; }

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

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

background-color css

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

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

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

border-color css

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

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

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