Html Css Color HEX #F67265 Bittersweet

📋 copy color: '#F67265'

red 246 ◦ green 114 ◦ blue 101

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

Shades of Bittersweet #F67265

Tints of Bittersweet #F67265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 53.36%
G = 24.73%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F67265 (or 0xF67265) is known color: Bittersweet. HEX triplet: F6, 72 and 65. RGB value is (246,114,101). Sum of RGB (Red+Green+Blue) = 246+114+101=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F67265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67265 is #098D9A. Grayscale: #989898. Windows color (decimal): -626075 or 6648566. OLE color: 6648566.

HSL color Cylindrical-coordinate representation of color #F67265: hue angle of 5.38º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67265 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 101 -
CMYK 0 0.54 0.59 0.04
HSL 5.38º 0.89% 0.68% -
HSV(B) 5.38º 0.59% 0.96% -
XYZ 46.37 32.57 16.15 -
YUV 151.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 246 114 101 0 0.54 0.59 0.04 5.38 0.89 0.68
Hex F6 72 65 0 36 3B 4 5 59 44
Octal 366 162 145 0 66 73 4 5 131 104
Binary 11110110 1110010 1100101 0 110110 111011 100 101 1011001 1000100

Color Harmonies of #F67265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67265

Black with #F67265

Text Example


Text Example

White with #F67265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67265; }

 p { color: rgb(246,114,101); }

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

background-color css

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

 a { background-color: rgb(246,114,101); }

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

border-color css

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

 span { border-color: rgb(246,114,101); }

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