Html Css Color HEX #F16291 Deep Blush

📋 copy color: '#F16291'

red 241 ◦ green 98 ◦ blue 145

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

Shades of Deep Blush #F16291

Tints of Deep Blush #F16291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.25%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 49.79%
G = 20.25%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F16291 (or 0xF16291) is known color: Deep Blush. HEX triplet: F1, 62 and 91. RGB value is (241,98,145). Sum of RGB (Red+Green+Blue) = 241+98+145=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F16291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16291 is #0E9D6E. Grayscale: #929292. Windows color (decimal): -957807 or 9528049. OLE color: 9528049.

HSL color Cylindrical-coordinate representation of color #F16291: hue angle of 340.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16291 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 98 145 -
CMYK 0 0.59 0.40 0.05
HSL 340.28º 0.84% 0.66% -
HSV(B) 340.28º 0.59% 0.95% -
XYZ 45.75 29.48 30.07 -
YUV 146.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 241 98 145 0 0.59 0.40 0.05 340.28 0.84 0.66
Hex F1 62 91 0 3B 28 5 154 54 42
Octal 361 142 221 0 73 50 5 524 124 102
Binary 11110001 1100010 10010001 0 111011 101000 101 101010100 1010100 1000010

Color Harmonies of #F16291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16291

Black with #F16291

Text Example


Text Example

White with #F16291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16291; }

 p { color: rgb(241,98,145); }

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

background-color css

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

 a { background-color: rgb(241,98,145); }

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

border-color css

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

 span { border-color: rgb(241,98,145); }

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