Html Css Color HEX #F0698D Deep Blush

📋 copy color: '#F0698D'

red 240 ◦ green 105 ◦ blue 141

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

Shades of Deep Blush #F0698D

Tints of Deep Blush #F0698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 49.38%
G = 21.6%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0698D (or 0xF0698D) is known color: Deep Blush. HEX triplet: F0, 69 and 8D. RGB value is (240,105,141). Sum of RGB (Red+Green+Blue) = 240+105+141=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0698D is #0F9672. Grayscale: #959595. Windows color (decimal): -1021555 or 9267696. OLE color: 9267696.

HSL color Cylindrical-coordinate representation of color #F0698D: hue angle of 344º 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 #F0698D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 141 -
CMYK 0 0.56 0.41 0.06
HSL 344º 0.82% 0.68% -
HSV(B) 344º 0.56% 0.94% -
XYZ 45.79 30.55 28.68 -
YUV 149.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 240 105 141 0 0.56 0.41 0.06 344 0.82 0.68
Hex F0 69 8D 0 38 29 6 158 52 44
Octal 360 151 215 0 70 51 6 530 122 104
Binary 11110000 1101001 10001101 0 111000 101001 110 101011000 1010010 1000100

Color Harmonies of #F0698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0698D

Black with #F0698D

Text Example


Text Example

White with #F0698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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