Html Css Color HEX #F16A8A Deep Blush

📋 copy color: '#F16A8A'

red 241 ◦ green 106 ◦ blue 138

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

Shades of Deep Blush #F16A8A

Tints of Deep Blush #F16A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.86%

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

R = 49.69%
G = 21.86%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F16A8A (or 0xF16A8A) is known color: Deep Blush. HEX triplet: F1, 6A and 8A. RGB value is (241,106,138). Sum of RGB (Red+Green+Blue) = 241+106+138=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A8A is #0E9575. Grayscale: #969696. Windows color (decimal): -955766 or 9071345. OLE color: 9071345.

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

Color convert

RGB 241 106 138 -
CMYK 0 0.56 0.43 0.05
HSL 345.78º 0.83% 0.68% -
HSV(B) 345.78º 0.56% 0.95% -
XYZ 46.02 30.84 27.57 -
YUV 150.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 241 106 138 0 0.56 0.43 0.05 345.78 0.83 0.68
Hex F1 6A 8A 0 38 2B 5 15A 53 44
Octal 361 152 212 0 70 53 5 532 123 104
Binary 11110001 1101010 10001010 0 111000 101011 101 101011010 1010011 1000100

Color Harmonies of #F16A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A8A

Black with #F16A8A

Text Example


Text Example

White with #F16A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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