Html Css Color HEX #F16C8B Deep Blush

📋 copy color: '#F16C8B'

red 241 ◦ green 108 ◦ blue 139

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

Shades of Deep Blush #F16C8B

Tints of Deep Blush #F16C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 49.39%
G = 22.13%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F16C8B (or 0xF16C8B) is known color: Deep Blush. HEX triplet: F1, 6C and 8B. RGB value is (241,108,139). Sum of RGB (Red+Green+Blue) = 241+108+139=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C8B is #0E9374. Grayscale: #979797. Windows color (decimal): -955253 or 9137393. OLE color: 9137393.

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

Color convert

RGB 241 108 139 -
CMYK 0 0.55 0.42 0.05
HSL 346.02º 0.83% 0.68% -
HSV(B) 346.02º 0.55% 0.95% -
XYZ 46.3 31.29 28.03 -
YUV 151.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 241 108 139 0 0.55 0.42 0.05 346.02 0.83 0.68
Hex F1 6C 8B 0 37 2A 5 15A 53 44
Octal 361 154 213 0 67 52 5 532 123 104
Binary 11110001 1101100 10001011 0 110111 101010 101 101011010 1010011 1000100

Color Harmonies of #F16C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C8B

Black with #F16C8B

Text Example


Text Example

White with #F16C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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