Html Css Color HEX #F16F99 Deep Blush

📋 copy color: '#F16F99'

red 241 ◦ green 111 ◦ blue 153

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

Shades of Deep Blush #F16F99

Tints of Deep Blush #F16F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 47.72%
G = 21.98%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F16F99 (or 0xF16F99) is known color: Deep Blush. HEX triplet: F1, 6F and 99. RGB value is (241,111,153). Sum of RGB (Red+Green+Blue) = 241+111+153=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F99 is #0E9066. Grayscale: #9A9A9A. Windows color (decimal): -954471 or 10055665. OLE color: 10055665.

HSL color Cylindrical-coordinate representation of color #F16F99: hue angle of 340.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16F99 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 153 -
CMYK 0 0.54 0.37 0.05
HSL 340.62º 0.82% 0.69% -
HSV(B) 340.62º 0.54% 0.95% -
XYZ 47.71 32.37 33.87 -
YUV 154.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 241 111 153 0 0.54 0.37 0.05 340.62 0.82 0.69
Hex F1 6F 99 0 36 25 5 155 52 45
Octal 361 157 231 0 66 45 5 525 122 105
Binary 11110001 1101111 10011001 0 110110 100101 101 101010101 1010010 1000101

Color Harmonies of #F16F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F99

Black with #F16F99

Text Example


Text Example

White with #F16F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F99; }

 p { color: rgb(241,111,153); }

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

background-color css

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

 a { background-color: rgb(241,111,153); }

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

border-color css

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

 span { border-color: rgb(241,111,153); }

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