Html Css Color HEX #F1605A Bittersweet

📋 copy color: '#F1605A'

red 241 ◦ green 96 ◦ blue 90

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

Shades of Bittersweet #F1605A

Tints of Bittersweet #F1605A

RGB

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

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

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

R = 56.44%
G = 22.48%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1605A (or 0xF1605A) is known color: Bittersweet. HEX triplet: F1, 60 and 5A. RGB value is (241,96,90). Sum of RGB (Red+Green+Blue) = 241+96+90=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F1605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1605A is #0E9FA5. Grayscale: #8A8A8A. Windows color (decimal): -958374 or 5923057. OLE color: 5923057.

HSL color Cylindrical-coordinate representation of color #F1605A: hue angle of 2.38º 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 #F1605A is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 90 -
CMYK 0 0.60 0.63 0.05
HSL 2.38º 0.84% 0.65% -
HSV(B) 2.38º 0.63% 0.95% -
XYZ 42.3 27.8 12.81 -
YUV 138.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 241 96 90 0 0.60 0.63 0.05 2.38 0.84 0.65
Hex F1 60 5A 0 3C 3F 5 2 54 41
Octal 361 140 132 0 74 77 5 2 124 101
Binary 11110001 1100000 1011010 0 111100 111111 101 10 1010100 1000001

Color Harmonies of #F1605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1605A

Black with #F1605A

Text Example


Text Example

White with #F1605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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