Html Css Color HEX #F1705A Bittersweet

📋 copy color: '#F1705A'

red 241 ◦ green 112 ◦ blue 90

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

Shades of Bittersweet #F1705A

Tints of Bittersweet #F1705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

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

R = 54.4%
G = 25.28%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1705A (or 0xF1705A) is known color: Bittersweet. HEX triplet: F1, 70 and 5A. RGB value is (241,112,90). Sum of RGB (Red+Green+Blue) = 241+112+90=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1705A is #0E8FA5. Grayscale: #949494. Windows color (decimal): -954278 or 5927153. OLE color: 5927153.

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

Color convert

RGB 241 112 90 -
CMYK 0 0.54 0.63 0.05
HSL 8.74º 0.84% 0.65% -
HSV(B) 8.74º 0.63% 0.95% -
XYZ 43.92 31.03 13.35 -
YUV 148.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 241 112 90 0 0.54 0.63 0.05 8.74 0.84 0.65
Hex F1 70 5A 0 36 3F 5 9 54 41
Octal 361 160 132 0 66 77 5 11 124 101
Binary 11110001 1110000 1011010 0 110110 111111 101 1001 1010100 1000001

Color Harmonies of #F1705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1705A

Black with #F1705A

Text Example


Text Example

White with #F1705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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