Html Css Color HEX #F06C8A Deep Blush

📋 copy color: '#F06C8A'

red 240 ◦ green 108 ◦ blue 138

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

Shades of Deep Blush #F06C8A

Tints of Deep Blush #F06C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 49.38%
G = 22.22%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F06C8A (or 0xF06C8A) is known color: Deep Blush. HEX triplet: F0, 6C and 8A. RGB value is (240,108,138). Sum of RGB (Red+Green+Blue) = 240+108+138=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C8A is #0F9375. Grayscale: #969696. Windows color (decimal): -1020790 or 9071856. OLE color: 9071856.

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

Color convert

RGB 240 108 138 -
CMYK 0 0.55 0.42 0.06
HSL 346.36º 0.81% 0.68% -
HSV(B) 346.36º 0.55% 0.94% -
XYZ 45.89 31.09 27.63 -
YUV 150.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 240 108 138 0 0.55 0.42 0.06 346.36 0.81 0.68
Hex F0 6C 8A 0 37 2A 6 15A 51 44
Octal 360 154 212 0 67 52 6 532 121 104
Binary 11110000 1101100 10001010 0 110111 101010 110 101011010 1010001 1000100

Color Harmonies of #F06C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C8A

Black with #F06C8A

Text Example


Text Example

White with #F06C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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