Html Css Color HEX #F16C92 Deep Blush

📋 copy color: '#F16C92'

red 241 ◦ green 108 ◦ blue 146

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

Shades of Deep Blush #F16C92

Tints of Deep Blush #F16C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 48.69%
G = 21.82%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16C92 (or 0xF16C92) is known color: Deep Blush. HEX triplet: F1, 6C and 92. RGB value is (241,108,146). Sum of RGB (Red+Green+Blue) = 241+108+146=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C92 is #0E936D. Grayscale: #989898. Windows color (decimal): -955246 or 9596145. OLE color: 9596145.

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

Color convert

RGB 241 108 146 -
CMYK 0 0.55 0.39 0.05
HSL 342.86º 0.83% 0.68% -
HSV(B) 342.86º 0.55% 0.95% -
XYZ 46.83 31.5 30.81 -
YUV 152.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 241 108 146 0 0.55 0.39 0.05 342.86 0.83 0.68
Hex F1 6C 92 0 37 27 5 157 53 44
Octal 361 154 222 0 67 47 5 527 123 104
Binary 11110001 1101100 10010010 0 110111 100111 101 101010111 1010011 1000100

Color Harmonies of #F16C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C92

Black with #F16C92

Text Example


Text Example

White with #F16C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C92; }

 p { color: rgb(241,108,146); }

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

background-color css

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

 a { background-color: rgb(241,108,146); }

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

border-color css

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

 span { border-color: rgb(241,108,146); }

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