Html Css Color HEX #F06A8D Deep Blush

📋 copy color: '#F06A8D'

red 240 ◦ green 106 ◦ blue 141

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

Shades of Deep Blush #F06A8D

Tints of Deep Blush #F06A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.77%

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

R = 49.28%
G = 21.77%
B = 28.95%

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

#F06A8D (or 0xF06A8D) is known color: Deep Blush. HEX triplet: F0, 6A and 8D. RGB value is (240,106,141). Sum of RGB (Red+Green+Blue) = 240+106+141=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A8D is #0F9572. Grayscale: #969696. Windows color (decimal): -1021299 or 9267952. OLE color: 9267952.

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

Color convert

RGB 240 106 141 -
CMYK 0 0.56 0.41 0.06
HSL 344.33º 0.82% 0.68% -
HSV(B) 344.33º 0.56% 0.94% -
XYZ 45.9 30.76 28.72 -
YUV 150.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 240 106 141 0 0.56 0.41 0.06 344.33 0.82 0.68
Hex F0 6A 8D 0 38 29 6 158 52 44
Octal 360 152 215 0 70 51 6 530 122 104
Binary 11110000 1101010 10001101 0 111000 101001 110 101011000 1010010 1000100

Color Harmonies of #F06A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A8D

Black with #F06A8D

Text Example


Text Example

White with #F06A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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