Html Css Color HEX #F0698C Deep Blush

📋 copy color: '#F0698C'

red 240 ◦ green 105 ◦ blue 140

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

Shades of Deep Blush #F0698C

Tints of Deep Blush #F0698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

 BLUE value IS 140 (55.08% from 255) = 28.87%

R = 49.48%
G = 21.65%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0698C (or 0xF0698C) is known color: Deep Blush. HEX triplet: F0, 69 and 8C. RGB value is (240,105,140). Sum of RGB (Red+Green+Blue) = 240+105+140=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0698C is #0F9673. Grayscale: #959595. Windows color (decimal): -1021556 or 9202160. OLE color: 9202160.

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

Color convert

RGB 240 105 140 -
CMYK 0 0.56 0.42 0.06
HSL 344.44º 0.82% 0.68% -
HSV(B) 344.44º 0.56% 0.94% -
XYZ 45.72 30.52 28.29 -
YUV 149.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 240 105 140 0 0.56 0.42 0.06 344.44 0.82 0.68
Hex F0 69 8C 0 38 2A 6 158 52 44
Octal 360 151 214 0 70 52 6 530 122 104
Binary 11110000 1101001 10001100 0 111000 101010 110 101011000 1010010 1000100

Color Harmonies of #F0698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0698C

Black with #F0698C

Text Example


Text Example

White with #F0698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0698C; }

 p { color: rgb(240,105,140); }

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

background-color css

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

 a { background-color: rgb(240,105,140); }

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

border-color css

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

 span { border-color: rgb(240,105,140); }

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