Html Css Color HEX #F6768C Deep Blush

📋 copy color: '#F6768C'

red 246 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #F6768C

Tints of Deep Blush #F6768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 48.81%
G = 23.41%
B = 27.78%

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

#F6768C (or 0xF6768C) is known color: Deep Blush. HEX triplet: F6, 76 and 8C. RGB value is (246,118,140). Sum of RGB (Red+Green+Blue) = 246+118+140=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6768C is #098973. Grayscale: #9E9E9E. Windows color (decimal): -625012 or 9205494. OLE color: 9205494.

HSL color Cylindrical-coordinate representation of color #F6768C: hue angle of 349.69º 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 #F6768C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 140 -
CMYK 0 0.52 0.43 0.04
HSL 349.69º 0.88% 0.71% -
HSV(B) 349.69º 0.52% 0.96% -
XYZ 49.22 34.44 28.87 -
YUV 158.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 246 118 140 0 0.52 0.43 0.04 349.69 0.88 0.71
Hex F6 76 8C 0 34 2B 4 15E 58 47
Octal 366 166 214 0 64 53 4 536 130 107
Binary 11110110 1110110 10001100 0 110100 101011 100 101011110 1011000 1000111

Color Harmonies of #F6768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6768C

Black with #F6768C

Text Example


Text Example

White with #F6768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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