Html Css Color HEX #F1635A Bittersweet

📋 copy color: '#F1635A'

red 241 ◦ green 99 ◦ blue 90

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

Shades of Bittersweet #F1635A

Tints of Bittersweet #F1635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 56.05%
G = 23.02%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1635A (or 0xF1635A) is known color: Bittersweet. HEX triplet: F1, 63 and 5A. RGB value is (241,99,90). Sum of RGB (Red+Green+Blue) = 241+99+90=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1635A is #0E9CA5. Grayscale: #8C8C8C. Windows color (decimal): -957606 or 5923825. OLE color: 5923825.

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

Color convert

RGB 241 99 90 -
CMYK 0 0.59 0.63 0.05
HSL 3.58º 0.84% 0.65% -
HSV(B) 3.58º 0.63% 0.95% -
XYZ 42.58 28.36 12.9 -
YUV 140.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 241 99 90 0 0.59 0.63 0.05 3.58 0.84 0.65
Hex F1 63 5A 0 3B 3F 5 4 54 41
Octal 361 143 132 0 73 77 5 4 124 101
Binary 11110001 1100011 1011010 0 111011 111111 101 100 1010100 1000001

Color Harmonies of #F1635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1635A

Black with #F1635A

Text Example


Text Example

White with #F1635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1635A; }

 p { color: rgb(241,99,90); }

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

background-color css

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

 a { background-color: rgb(241,99,90); }

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

border-color css

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

 span { border-color: rgb(241,99,90); }

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