Html Css Color HEX #F16795 Deep Blush

📋 copy color: '#F16795'

red 241 ◦ green 103 ◦ blue 149

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

Shades of Deep Blush #F16795

Tints of Deep Blush #F16795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.89%

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

R = 48.88%
G = 20.89%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F16795 (or 0xF16795) is known color: Deep Blush. HEX triplet: F1, 67 and 95. RGB value is (241,103,149). Sum of RGB (Red+Green+Blue) = 241+103+149=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F16795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16795 is #0E986A. Grayscale: #959595. Windows color (decimal): -956523 or 9791473. OLE color: 9791473.

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

Color convert

RGB 241 103 149 -
CMYK 0 0.57 0.38 0.05
HSL 340º 0.83% 0.67% -
HSV(B) 340º 0.57% 0.95% -
XYZ 46.55 30.57 31.88 -
YUV 149.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 241 103 149 0 0.57 0.38 0.05 340 0.83 0.67
Hex F1 67 95 0 39 26 5 154 53 43
Octal 361 147 225 0 71 46 5 524 123 103
Binary 11110001 1100111 10010101 0 111001 100110 101 101010100 1010011 1000011

Color Harmonies of #F16795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16795

Black with #F16795

Text Example


Text Example

White with #F16795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16795; }

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

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

background-color css

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

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

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

border-color css

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

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

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