Html Css Color HEX #F07665 Bittersweet

📋 copy color: '#F07665'

red 240 ◦ green 118 ◦ blue 101

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

Shades of Bittersweet #F07665

Tints of Bittersweet #F07665

RGB

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

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

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

R = 52.29%
G = 25.71%
B = 22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07665 (or 0xF07665) is known color: Bittersweet. HEX triplet: F0, 76 and 65. RGB value is (240,118,101). Sum of RGB (Red+Green+Blue) = 240+118+101=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F07665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07665 is #0F899A. Grayscale: #989898. Windows color (decimal): -1018267 or 6649584. OLE color: 6649584.

HSL color Cylindrical-coordinate representation of color #F07665: hue angle of 7.34º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07665 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 101 -
CMYK 0 0.51 0.58 0.06
HSL 7.34º 0.82% 0.67% -
HSV(B) 7.34º 0.58% 0.94% -
XYZ 44.76 32.42 16.21 -
YUV 152.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 240 118 101 0 0.51 0.58 0.06 7.34 0.82 0.67
Hex F0 76 65 0 33 3A 6 7 52 43
Octal 360 166 145 0 63 72 6 7 122 103
Binary 11110000 1110110 1100101 0 110011 111010 110 111 1010010 1000011

Color Harmonies of #F07665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07665

Black with #F07665

Text Example


Text Example

White with #F07665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07665; }

 p { color: rgb(240,118,101); }

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

background-color css

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

 a { background-color: rgb(240,118,101); }

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

border-color css

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

 span { border-color: rgb(240,118,101); }

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