Html Css Color HEX #F27164 Bittersweet

📋 copy color: '#F27164'

red 242 ◦ green 113 ◦ blue 100

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

Shades of Bittersweet #F27164

Tints of Bittersweet #F27164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 53.19%
G = 24.84%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F27164 (or 0xF27164) is known color: Bittersweet. HEX triplet: F2, 71 and 64. RGB value is (242,113,100). Sum of RGB (Red+Green+Blue) = 242+113+100=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F27164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27164 is #0D8E9B. Grayscale: #969696. Windows color (decimal): -888476 or 6582770. OLE color: 6582770.

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

Color convert

RGB 242 113 100 -
CMYK 0 0.53 0.59 0.05
HSL 5.49º 0.85% 0.67% -
HSV(B) 5.49º 0.59% 0.95% -
XYZ 44.82 31.61 15.8 -
YUV 150.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 242 113 100 0 0.53 0.59 0.05 5.49 0.85 0.67
Hex F2 71 64 0 35 3B 5 5 55 43
Octal 362 161 144 0 65 73 5 5 125 103
Binary 11110010 1110001 1100100 0 110101 111011 101 101 1010101 1000011

Color Harmonies of #F27164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27164

Black with #F27164

Text Example


Text Example

White with #F27164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27164; }

 p { color: rgb(242,113,100); }

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

background-color css

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

 a { background-color: rgb(242,113,100); }

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

border-color css

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

 span { border-color: rgb(242,113,100); }

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