Html Css Color HEX #F16690 Deep Blush

📋 copy color: '#F16690'

red 241 ◦ green 102 ◦ blue 144

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

Shades of Deep Blush #F16690

Tints of Deep Blush #F16690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.94%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 49.49%
G = 20.94%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F16690 (or 0xF16690) is known color: Deep Blush. HEX triplet: F1, 66 and 90. RGB value is (241,102,144). Sum of RGB (Red+Green+Blue) = 241+102+144=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F16690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16690 is #0E996F. Grayscale: #949494. Windows color (decimal): -956784 or 9463537. OLE color: 9463537.

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

Color convert

RGB 241 102 144 -
CMYK 0 0.58 0.40 0.05
HSL 341.87º 0.83% 0.67% -
HSV(B) 341.87º 0.58% 0.95% -
XYZ 46.06 30.22 29.79 -
YUV 148.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 241 102 144 0 0.58 0.40 0.05 341.87 0.83 0.67
Hex F1 66 90 0 3A 28 5 156 53 43
Octal 361 146 220 0 72 50 5 526 123 103
Binary 11110001 1100110 10010000 0 111010 101000 101 101010110 1010011 1000011

Color Harmonies of #F16690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16690

Black with #F16690

Text Example


Text Example

White with #F16690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16690; }

 p { color: rgb(241,102,144); }

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

background-color css

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

 a { background-color: rgb(241,102,144); }

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

border-color css

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

 span { border-color: rgb(241,102,144); }

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