Html Css Color HEX #F16C8A Deep Blush

📋 copy color: '#F16C8A'

red 241 ◦ green 108 ◦ blue 138

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

Shades of Deep Blush #F16C8A

Tints of Deep Blush #F16C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.34%

R = 49.49%
G = 22.18%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F16C8A (or 0xF16C8A) is known color: Deep Blush. HEX triplet: F1, 6C and 8A. RGB value is (241,108,138). Sum of RGB (Red+Green+Blue) = 241+108+138=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C8A is #0E9375. Grayscale: #979797. Windows color (decimal): -955254 or 9071857. OLE color: 9071857.

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

Color convert

RGB 241 108 138 -
CMYK 0 0.55 0.43 0.05
HSL 346.47º 0.83% 0.68% -
HSV(B) 346.47º 0.55% 0.95% -
XYZ 46.23 31.26 27.64 -
YUV 151.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 241 108 138 0 0.55 0.43 0.05 346.47 0.83 0.68
Hex F1 6C 8A 0 37 2B 5 15A 53 44
Octal 361 154 212 0 67 53 5 532 123 104
Binary 11110001 1101100 10001010 0 110111 101011 101 101011010 1010011 1000100

Color Harmonies of #F16C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C8A

Black with #F16C8A

Text Example


Text Example

White with #F16C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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