Html Css Color HEX #F17294 Deep Blush

📋 copy color: '#F17294'

red 241 ◦ green 114 ◦ blue 148

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

Shades of Deep Blush #F17294

Tints of Deep Blush #F17294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 47.91%
G = 22.66%
B = 29.42%

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

#F17294 (or 0xF17294) is known color: Deep Blush. HEX triplet: F1, 72 and 94. RGB value is (241,114,148). Sum of RGB (Red+Green+Blue) = 241+114+148=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F17294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17294 is #0E8D6B. Grayscale: #9B9B9B. Windows color (decimal): -953708 or 9728753. OLE color: 9728753.

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

Color convert

RGB 241 114 148 -
CMYK 0 0.53 0.39 0.05
HSL 343.94º 0.82% 0.7% -
HSV(B) 343.94º 0.53% 0.95% -
XYZ 47.64 32.87 31.85 -
YUV 155.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 241 114 148 0 0.53 0.39 0.05 343.94 0.82 0.7
Hex F1 72 94 0 35 27 5 158 52 46
Octal 361 162 224 0 65 47 5 530 122 106
Binary 11110001 1110010 10010100 0 110101 100111 101 101011000 1010010 1000110

Color Harmonies of #F17294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17294

Black with #F17294

Text Example


Text Example

White with #F17294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17294; }

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

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

background-color css

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

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

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

border-color css

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

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

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