Html Css Color HEX #F6967D Vivid Tangerine

📋 copy color: '#F6967D'

red 246 ◦ green 150 ◦ blue 125

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

Shades of Vivid Tangerine #F6967D

Tints of Vivid Tangerine #F6967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 47.22%
G = 28.79%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6967D (or 0xF6967D) is known color: Vivid Tangerine. HEX triplet: F6, 96 and 7D. RGB value is (246,150,125). Sum of RGB (Red+Green+Blue) = 246+150+125=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6967D is #096982. Grayscale: #B0B0B0. Windows color (decimal): -616835 or 8230646. OLE color: 8230646.

HSL color Cylindrical-coordinate representation of color #F6967D: hue angle of 12.4º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6967D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 125 -
CMYK 0 0.39 0.49 0.04
HSL 12.4º 0.87% 0.73% -
HSV(B) 12.4º 0.49% 0.96% -
XYZ 52.61 42.89 24.91 -
YUV 175.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 246 150 125 0 0.39 0.49 0.04 12.4 0.87 0.73
Hex F6 96 7D 0 27 31 4 C 57 49
Octal 366 226 175 0 47 61 4 14 127 111
Binary 11110110 10010110 1111101 0 100111 110001 100 1100 1010111 1001001

Color Harmonies of #F6967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6967D

Black with #F6967D

Text Example


Text Example

White with #F6967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6967D; }

 p { color: rgb(246,150,125); }

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

background-color css

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

 a { background-color: rgb(246,150,125); }

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

border-color css

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

 span { border-color: rgb(246,150,125); }

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