Html Css Color HEX #F17265 Bittersweet

📋 copy color: '#F17265'

red 241 ◦ green 114 ◦ blue 101

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

Shades of Bittersweet #F17265

Tints of Bittersweet #F17265

RGB

 RED value IS 241 (94.53% from 255) = 52.85%

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

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

R = 52.85%
G = 25%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F17265 (or 0xF17265) is known color: Bittersweet. HEX triplet: F1, 72 and 65. RGB value is (241,114,101). Sum of RGB (Red+Green+Blue) = 241+114+101=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F17265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17265 is #0E8D9A. Grayscale: #969696. Windows color (decimal): -953755 or 6648561. OLE color: 6648561.

HSL color Cylindrical-coordinate representation of color #F17265: hue angle of 5.57º degrees, saturation: 0.83, 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 #F17265 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 114 101 -
CMYK 0 0.53 0.58 0.05
HSL 5.57º 0.83% 0.67% -
HSV(B) 5.57º 0.58% 0.95% -
XYZ 44.64 31.67 16.07 -
YUV 150.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 241 114 101 0 0.53 0.58 0.05 5.57 0.83 0.67
Hex F1 72 65 0 35 3A 5 6 53 43
Octal 361 162 145 0 65 72 5 6 123 103
Binary 11110001 1110010 1100101 0 110101 111010 101 110 1010011 1000011

Color Harmonies of #F17265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17265

Black with #F17265

Text Example


Text Example

White with #F17265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17265; }

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

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

background-color css

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

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

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

border-color css

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

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

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