Html Css Color HEX #F6768B Deep Blush

📋 copy color: '#F6768B'

red 246 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #F6768B

Tints of Deep Blush #F6768B

RGB

 RED value IS 246 (96.48% from 255) = 48.91%

 GREEN value IS 118 (46.48% from 255) = 23.46%

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

R = 48.91%
G = 23.46%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6768B (or 0xF6768B) is known color: Deep Blush. HEX triplet: F6, 76 and 8B. RGB value is (246,118,139). Sum of RGB (Red+Green+Blue) = 246+118+139=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6768B is #098974. Grayscale: #9E9E9E. Windows color (decimal): -625013 or 9139958. OLE color: 9139958.

HSL color Cylindrical-coordinate representation of color #F6768B: hue angle of 350.16º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6768B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 139 -
CMYK 0 0.52 0.43 0.04
HSL 350.16º 0.88% 0.71% -
HSV(B) 350.16º 0.52% 0.96% -
XYZ 49.14 34.41 28.48 -
YUV 158.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 246 118 139 0 0.52 0.43 0.04 350.16 0.88 0.71
Hex F6 76 8B 0 34 2B 4 15E 58 47
Octal 366 166 213 0 64 53 4 536 130 107
Binary 11110110 1110110 10001011 0 110100 101011 100 101011110 1011000 1000111

Color Harmonies of #F6768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6768B

Black with #F6768B

Text Example


Text Example

White with #F6768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6768B; }

 p { color: rgb(246,118,139); }

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

background-color css

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

 a { background-color: rgb(246,118,139); }

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

border-color css

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

 span { border-color: rgb(246,118,139); }

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