Html Css Color HEX #F17384 Deep Blush

📋 copy color: '#F17384'

red 241 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #F17384

Tints of Deep Blush #F17384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 49.39%
G = 23.57%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F17384 (or 0xF17384) is known color: Deep Blush. HEX triplet: F1, 73 and 84. RGB value is (241,115,132). Sum of RGB (Red+Green+Blue) = 241+115+132=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17384 is #0E8C7B. Grayscale: #9A9A9A. Windows color (decimal): -953468 or 8680433. OLE color: 8680433.

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

Color convert

RGB 241 115 132 -
CMYK 0 0.52 0.45 0.05
HSL 351.9º 0.82% 0.7% -
HSV(B) 351.9º 0.52% 0.95% -
XYZ 46.57 32.63 25.67 -
YUV 154.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 241 115 132 0 0.52 0.45 0.05 351.9 0.82 0.7
Hex F1 73 84 0 34 2D 5 160 52 46
Octal 361 163 204 0 64 55 5 540 122 106
Binary 11110001 1110011 10000100 0 110100 101101 101 101100000 1010010 1000110

Color Harmonies of #F17384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17384

Black with #F17384

Text Example


Text Example

White with #F17384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17384; }

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

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

background-color css

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

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

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

border-color css

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

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

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