Html Css Color HEX #F16592 Deep Blush

📋 copy color: '#F16592'

red 241 ◦ green 101 ◦ blue 146

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

Shades of Deep Blush #F16592

Tints of Deep Blush #F16592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.7%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 49.39%
G = 20.7%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16592 (or 0xF16592) is known color: Deep Blush. HEX triplet: F1, 65 and 92. RGB value is (241,101,146). Sum of RGB (Red+Green+Blue) = 241+101+146=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16592 is #0E9A6D. Grayscale: #939393. Windows color (decimal): -957038 or 9594353. OLE color: 9594353.

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

Color convert

RGB 241 101 146 -
CMYK 0 0.58 0.39 0.05
HSL 340.71º 0.83% 0.67% -
HSV(B) 340.71º 0.58% 0.95% -
XYZ 46.12 30.08 30.57 -
YUV 147.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 241 101 146 0 0.58 0.39 0.05 340.71 0.83 0.67
Hex F1 65 92 0 3A 27 5 155 53 43
Octal 361 145 222 0 72 47 5 525 123 103
Binary 11110001 1100101 10010010 0 111010 100111 101 101010101 1010011 1000011

Color Harmonies of #F16592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16592

Black with #F16592

Text Example


Text Example

White with #F16592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16592; }

 p { color: rgb(241,101,146); }

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

background-color css

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

 a { background-color: rgb(241,101,146); }

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

border-color css

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

 span { border-color: rgb(241,101,146); }

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