Html Css Color HEX #F1605C Bittersweet

📋 copy color: '#F1605C'

red 241 ◦ green 96 ◦ blue 92

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

Shades of Bittersweet #F1605C

Tints of Bittersweet #F1605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 56.18%
G = 22.38%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1605C (or 0xF1605C) is known color: Bittersweet. HEX triplet: F1, 60 and 5C. RGB value is (241,96,92). Sum of RGB (Red+Green+Blue) = 241+96+92=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1605C is #0E9FA3. Grayscale: #8B8B8B. Windows color (decimal): -958372 or 6054129. OLE color: 6054129.

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

Color convert

RGB 241 96 92 -
CMYK 0 0.60 0.62 0.05
HSL 1.61º 0.84% 0.65% -
HSV(B) 1.61º 0.62% 0.95% -
XYZ 42.39 27.84 13.26 -
YUV 138.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 241 96 92 0 0.60 0.62 0.05 1.61 0.84 0.65
Hex F1 60 5C 0 3C 3E 5 2 54 41
Octal 361 140 134 0 74 76 5 2 124 101
Binary 11110001 1100000 1011100 0 111100 111110 101 10 1010100 1000001

Color Harmonies of #F1605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1605C

Black with #F1605C

Text Example


Text Example

White with #F1605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1605C; }

 p { color: rgb(241,96,92); }

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

background-color css

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

 a { background-color: rgb(241,96,92); }

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

border-color css

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

 span { border-color: rgb(241,96,92); }

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