Html Css Color HEX #F17293 Deep Blush

📋 copy color: '#F17293'

red 241 ◦ green 114 ◦ blue 147

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

Shades of Deep Blush #F17293

Tints of Deep Blush #F17293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 48.01%
G = 22.71%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F17293 (or 0xF17293) is known color: Deep Blush. HEX triplet: F1, 72 and 93. RGB value is (241,114,147). Sum of RGB (Red+Green+Blue) = 241+114+147=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F17293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17293 is #0E8D6C. Grayscale: #9B9B9B. Windows color (decimal): -953709 or 9663217. OLE color: 9663217.

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

Color convert

RGB 241 114 147 -
CMYK 0 0.53 0.39 0.05
HSL 344.41º 0.82% 0.7% -
HSV(B) 344.41º 0.53% 0.95% -
XYZ 47.56 32.84 31.44 -
YUV 155.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 241 114 147 0 0.53 0.39 0.05 344.41 0.82 0.7
Hex F1 72 93 0 35 27 5 158 52 46
Octal 361 162 223 0 65 47 5 530 122 106
Binary 11110001 1110010 10010011 0 110101 100111 101 101011000 1010010 1000110

Color Harmonies of #F17293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17293

Black with #F17293

Text Example


Text Example

White with #F17293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17293; }

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

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

background-color css

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

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

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

border-color css

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

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

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