Html Css Color HEX #F16595 Deep Blush

📋 copy color: '#F16595'

red 241 ◦ green 101 ◦ blue 149

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

Shades of Deep Blush #F16595

Tints of Deep Blush #F16595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 49.08%
G = 20.57%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F16595 (or 0xF16595) is known color: Deep Blush. HEX triplet: F1, 65 and 95. RGB value is (241,101,149). Sum of RGB (Red+Green+Blue) = 241+101+149=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16595 is #0E9A6A. Grayscale: #949494. Windows color (decimal): -957035 or 9790961. OLE color: 9790961.

HSL color Cylindrical-coordinate representation of color #F16595: hue angle of 339.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16595 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 149 -
CMYK 0 0.58 0.38 0.05
HSL 339.43º 0.83% 0.67% -
HSV(B) 339.43º 0.58% 0.95% -
XYZ 46.35 30.18 31.82 -
YUV 148.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 241 101 149 0 0.58 0.38 0.05 339.43 0.83 0.67
Hex F1 65 95 0 3A 26 5 153 53 43
Octal 361 145 225 0 72 46 5 523 123 103
Binary 11110001 1100101 10010101 0 111010 100110 101 101010011 1010011 1000011

Color Harmonies of #F16595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16595

Black with #F16595

Text Example


Text Example

White with #F16595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16595; }

 p { color: rgb(241,101,149); }

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

background-color css

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

 a { background-color: rgb(241,101,149); }

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

border-color css

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

 span { border-color: rgb(241,101,149); }

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