Html Css Color HEX #F06B8B Deep Blush

📋 copy color: '#F06B8B'

red 240 ◦ green 107 ◦ blue 139

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

Shades of Deep Blush #F06B8B

Tints of Deep Blush #F06B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 49.38%
G = 22.02%
B = 28.6%

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

#F06B8B (or 0xF06B8B) is known color: Deep Blush. HEX triplet: F0, 6B and 8B. RGB value is (240,107,139). Sum of RGB (Red+Green+Blue) = 240+107+139=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06B8B is #0F9474. Grayscale: #969696. Windows color (decimal): -1021045 or 9137136. OLE color: 9137136.

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

Color convert

RGB 240 107 139 -
CMYK 0 0.55 0.42 0.06
HSL 345.56º 0.82% 0.68% -
HSV(B) 345.56º 0.55% 0.94% -
XYZ 45.85 30.9 27.97 -
YUV 150.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 240 107 139 0 0.55 0.42 0.06 345.56 0.82 0.68
Hex F0 6B 8B 0 37 2A 6 15A 52 44
Octal 360 153 213 0 67 52 6 532 122 104
Binary 11110000 1101011 10001011 0 110111 101010 110 101011010 1010010 1000100

Color Harmonies of #F06B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06B8B

Black with #F06B8B

Text Example


Text Example

White with #F06B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06B8B; }

 p { color: rgb(240,107,139); }

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

background-color css

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

 a { background-color: rgb(240,107,139); }

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

border-color css

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

 span { border-color: rgb(240,107,139); }

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