Html Css Color HEX #F16894 Deep Blush

📋 copy color: '#F16894'

red 241 ◦ green 104 ◦ blue 148

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

Shades of Deep Blush #F16894

Tints of Deep Blush #F16894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.1%

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 48.88%
G = 21.1%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16894 (or 0xF16894) is known color: Deep Blush. HEX triplet: F1, 68 and 94. RGB value is (241,104,148). Sum of RGB (Red+Green+Blue) = 241+104+148=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F16894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16894 is #0E976B. Grayscale: #959595. Windows color (decimal): -956268 or 9726193. OLE color: 9726193.

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

Color convert

RGB 241 104 148 -
CMYK 0 0.57 0.39 0.05
HSL 340.73º 0.83% 0.68% -
HSV(B) 340.73º 0.57% 0.95% -
XYZ 46.57 30.74 31.5 -
YUV 149.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 241 104 148 0 0.57 0.39 0.05 340.73 0.83 0.68
Hex F1 68 94 0 39 27 5 155 53 44
Octal 361 150 224 0 71 47 5 525 123 104
Binary 11110001 1101000 10010100 0 111001 100111 101 101010101 1010011 1000100

Color Harmonies of #F16894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16894

Black with #F16894

Text Example


Text Example

White with #F16894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16894; }

 p { color: rgb(241,104,148); }

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

background-color css

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

 a { background-color: rgb(241,104,148); }

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

border-color css

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

 span { border-color: rgb(241,104,148); }

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