Html Css Color HEX #F16F8C Deep Blush

📋 copy color: '#F16F8C'

red 241 ◦ green 111 ◦ blue 140

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

Shades of Deep Blush #F16F8C

Tints of Deep Blush #F16F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 48.98%
G = 22.56%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F16F8C (or 0xF16F8C) is known color: Deep Blush. HEX triplet: F1, 6F and 8C. RGB value is (241,111,140). Sum of RGB (Red+Green+Blue) = 241+111+140=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F8C is #0E9073. Grayscale: #999999. Windows color (decimal): -954484 or 9203697. OLE color: 9203697.

HSL color Cylindrical-coordinate representation of color #F16F8C: hue angle of 346.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 #F16F8C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 140 -
CMYK 0 0.54 0.42 0.05
HSL 346.62º 0.82% 0.69% -
HSV(B) 346.62º 0.54% 0.95% -
XYZ 46.69 31.96 28.52 -
YUV 153.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 241 111 140 0 0.54 0.42 0.05 346.62 0.82 0.69
Hex F1 6F 8C 0 36 2A 5 15B 52 45
Octal 361 157 214 0 66 52 5 533 122 105
Binary 11110001 1101111 10001100 0 110110 101010 101 101011011 1010010 1000101

Color Harmonies of #F16F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F8C

Black with #F16F8C

Text Example


Text Example

White with #F16F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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