Html Css Color HEX #F16194 Deep Blush

📋 copy color: '#F16194'

red 241 ◦ green 97 ◦ blue 148

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

Shades of Deep Blush #F16194

Tints of Deep Blush #F16194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

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

R = 49.59%
G = 19.96%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16194 (or 0xF16194) is known color: Deep Blush. HEX triplet: F1, 61 and 94. RGB value is (241,97,148). Sum of RGB (Red+Green+Blue) = 241+97+148=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F16194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16194 is #0E9E6B. Grayscale: #919191. Windows color (decimal): -958060 or 9724401. OLE color: 9724401.

HSL color Cylindrical-coordinate representation of color #F16194: hue angle of 338.75º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16194 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 148 -
CMYK 0 0.60 0.39 0.05
HSL 338.75º 0.84% 0.66% -
HSV(B) 338.75º 0.6% 0.95% -
XYZ 45.9 29.39 31.27 -
YUV 145.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 241 97 148 0 0.60 0.39 0.05 338.75 0.84 0.66
Hex F1 61 94 0 3C 27 5 153 54 42
Octal 361 141 224 0 74 47 5 523 124 102
Binary 11110001 1100001 10010100 0 111100 100111 101 101010011 1010100 1000010

Color Harmonies of #F16194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16194

Black with #F16194

Text Example


Text Example

White with #F16194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16194; }

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

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

background-color css

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

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

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

border-color css

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

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

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