Html Css Color HEX #F16290 Deep Blush

📋 copy color: '#F16290'

red 241 ◦ green 98 ◦ blue 144

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

Shades of Deep Blush #F16290

Tints of Deep Blush #F16290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.29%

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

R = 49.9%
G = 20.29%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F16290 (or 0xF16290) is known color: Deep Blush. HEX triplet: F1, 62 and 90. RGB value is (241,98,144). Sum of RGB (Red+Green+Blue) = 241+98+144=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F16290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16290 is #0E9D6F. Grayscale: #919191. Windows color (decimal): -957808 or 9462513. OLE color: 9462513.

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

Color convert

RGB 241 98 144 -
CMYK 0 0.59 0.40 0.05
HSL 340.7º 0.84% 0.66% -
HSV(B) 340.7º 0.59% 0.95% -
XYZ 45.68 29.45 29.66 -
YUV 146 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 241 98 144 0 0.59 0.40 0.05 340.7 0.84 0.66
Hex F1 62 90 0 3B 28 5 155 54 42
Octal 361 142 220 0 73 50 5 525 124 102
Binary 11110001 1100010 10010000 0 111011 101000 101 101010101 1010100 1000010

Color Harmonies of #F16290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16290

Black with #F16290

Text Example


Text Example

White with #F16290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16290; }

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

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

background-color css

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

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

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

border-color css

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

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

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