Html Css Color HEX #F27665 Bittersweet

📋 copy color: '#F27665'

red 242 ◦ green 118 ◦ blue 101

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

Shades of Bittersweet #F27665

Tints of Bittersweet #F27665

RGB

 RED value IS 242 (94.92% from 255) = 52.49%

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

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

R = 52.49%
G = 25.6%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F27665 (or 0xF27665) is known color: Bittersweet. HEX triplet: F2, 76 and 65. RGB value is (242,118,101). Sum of RGB (Red+Green+Blue) = 242+118+101=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F27665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27665 is #0D899A. Grayscale: #999999. Windows color (decimal): -887195 or 6649586. OLE color: 6649586.

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

Color convert

RGB 242 118 101 -
CMYK 0 0.51 0.58 0.05
HSL 7.23º 0.84% 0.67% -
HSV(B) 7.23º 0.58% 0.95% -
XYZ 45.45 32.77 16.24 -
YUV 153.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 242 118 101 0 0.51 0.58 0.05 7.23 0.84 0.67
Hex F2 76 65 0 33 3A 5 7 54 43
Octal 362 166 145 0 63 72 5 7 124 103
Binary 11110010 1110110 1100101 0 110011 111010 101 111 1010100 1000011

Color Harmonies of #F27665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27665

Black with #F27665

Text Example


Text Example

White with #F27665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27665; }

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

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

background-color css

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

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

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

border-color css

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

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

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