Html Css Color HEX #F06194 Deep Blush

📋 copy color: '#F06194'

red 240 ◦ green 97 ◦ blue 148

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

Shades of Deep Blush #F06194

Tints of Deep Blush #F06194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 49.48%
G = 20%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F06194 (or 0xF06194) is known color: Deep Blush. HEX triplet: F0, 61 and 94. RGB value is (240,97,148). Sum of RGB (Red+Green+Blue) = 240+97+148=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06194 is #0F9E6B. Grayscale: #919191. Windows color (decimal): -1023596 or 9724400. OLE color: 9724400.

HSL color Cylindrical-coordinate representation of color #F06194: hue angle of 338.6º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06194 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 148 -
CMYK 0 0.60 0.38 0.06
HSL 338.6º 0.83% 0.66% -
HSV(B) 338.6º 0.6% 0.94% -
XYZ 45.56 29.21 31.25 -
YUV 145.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 240 97 148 0 0.60 0.38 0.06 338.6 0.83 0.66
Hex F0 61 94 0 3C 26 6 153 53 42
Octal 360 141 224 0 74 46 6 523 123 102
Binary 11110000 1100001 10010100 0 111100 100110 110 101010011 1010011 1000010

Color Harmonies of #F06194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06194

Black with #F06194

Text Example


Text Example

White with #F06194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06194; }

 p { color: rgb(240,97,148); }

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

background-color css

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

 a { background-color: rgb(240,97,148); }

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

border-color css

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

 span { border-color: rgb(240,97,148); }

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