Html Css Color HEX #F0675A Bittersweet

📋 copy color: '#F0675A'

red 240 ◦ green 103 ◦ blue 90

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

Shades of Bittersweet #F0675A

Tints of Bittersweet #F0675A

RGB

 RED value IS 240 (94.14% from 255) = 55.43%

 GREEN value IS 103 (40.63% from 255) = 23.79%

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

R = 55.43%
G = 23.79%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0675A (or 0xF0675A) is known color: Bittersweet. HEX triplet: F0, 67 and 5A. RGB value is (240,103,90). Sum of RGB (Red+Green+Blue) = 240+103+90=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0675A is #0F98A5. Grayscale: #8E8E8E. Windows color (decimal): -1022118 or 5924848. OLE color: 5924848.

HSL color Cylindrical-coordinate representation of color #F0675A: hue angle of 5.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0675A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 90 -
CMYK 0 0.57 0.62 0.06
HSL 5.2º 0.83% 0.65% -
HSV(B) 5.2º 0.63% 0.94% -
XYZ 42.63 28.96 13.02 -
YUV 142.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 240 103 90 0 0.57 0.62 0.06 5.2 0.83 0.65
Hex F0 67 5A 0 39 3E 6 5 53 41
Octal 360 147 132 0 71 76 6 5 123 101
Binary 11110000 1100111 1011010 0 111001 111110 110 101 1010011 1000001

Color Harmonies of #F0675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0675A

Black with #F0675A

Text Example


Text Example

White with #F0675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0675A; }

 p { color: rgb(240,103,90); }

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

background-color css

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

 a { background-color: rgb(240,103,90); }

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

border-color css

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

 span { border-color: rgb(240,103,90); }

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