Html Css Color HEX #F06C92 Deep Blush

📋 copy color: '#F06C92'

red 240 ◦ green 108 ◦ blue 146

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

Shades of Deep Blush #F06C92

Tints of Deep Blush #F06C92

RGB

 RED value IS 240 (94.14% from 255) = 48.58%

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

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

R = 48.58%
G = 21.86%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06C92 (or 0xF06C92) is known color: Deep Blush. HEX triplet: F0, 6C and 92. RGB value is (240,108,146). Sum of RGB (Red+Green+Blue) = 240+108+146=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C92 is #0F936D. Grayscale: #979797. Windows color (decimal): -1020782 or 9596144. OLE color: 9596144.

HSL color Cylindrical-coordinate representation of color #F06C92: hue angle of 342.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06C92 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 146 -
CMYK 0 0.55 0.39 0.06
HSL 342.73º 0.81% 0.68% -
HSV(B) 342.73º 0.55% 0.94% -
XYZ 46.49 31.33 30.79 -
YUV 151.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 240 108 146 0 0.55 0.39 0.06 342.73 0.81 0.68
Hex F0 6C 92 0 37 27 6 157 51 44
Octal 360 154 222 0 67 47 6 527 121 104
Binary 11110000 1101100 10010010 0 110111 100111 110 101010111 1010001 1000100

Color Harmonies of #F06C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C92

Black with #F06C92

Text Example


Text Example

White with #F06C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C92; }

 p { color: rgb(240,108,146); }

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

background-color css

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

 a { background-color: rgb(240,108,146); }

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

border-color css

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

 span { border-color: rgb(240,108,146); }

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