Html Css Color HEX #F17082 Deep Blush

📋 copy color: '#F17082'

red 241 ◦ green 112 ◦ blue 130

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

Shades of Deep Blush #F17082

Tints of Deep Blush #F17082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 49.9%
G = 23.19%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F17082 (or 0xF17082) is known color: Deep Blush. HEX triplet: F1, 70 and 82. RGB value is (241,112,130). Sum of RGB (Red+Green+Blue) = 241+112+130=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F17082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17082 is #0E8F7D. Grayscale: #989898. Windows color (decimal): -954238 or 8548593. OLE color: 8548593.

HSL color Cylindrical-coordinate representation of color #F17082: hue angle of 351.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17082 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 130 -
CMYK 0 0.54 0.46 0.05
HSL 351.63º 0.82% 0.69% -
HSV(B) 351.63º 0.54% 0.95% -
XYZ 46.1 31.9 24.85 -
YUV 152.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 241 112 130 0 0.54 0.46 0.05 351.63 0.82 0.69
Hex F1 70 82 0 36 2E 5 160 52 45
Octal 361 160 202 0 66 56 5 540 122 105
Binary 11110001 1110000 10000010 0 110110 101110 101 101100000 1010010 1000101

Color Harmonies of #F17082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17082

Black with #F17082

Text Example


Text Example

White with #F17082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17082; }

 p { color: rgb(241,112,130); }

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

background-color css

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

 a { background-color: rgb(241,112,130); }

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

border-color css

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

 span { border-color: rgb(241,112,130); }

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