Html Css Color HEX #F2675A Bittersweet

📋 copy color: '#F2675A'

red 242 ◦ green 103 ◦ blue 90

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

Shades of Bittersweet #F2675A

Tints of Bittersweet #F2675A

RGB

 RED value IS 242 (94.92% from 255) = 55.63%

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

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

R = 55.63%
G = 23.68%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2675A (or 0xF2675A) is known color: Bittersweet. HEX triplet: F2, 67 and 5A. RGB value is (242,103,90). Sum of RGB (Red+Green+Blue) = 242+103+90=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2675A is #0D98A5. Grayscale: #8F8F8F. Windows color (decimal): -891046 or 5924850. OLE color: 5924850.

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

Color convert

RGB 242 103 90 -
CMYK 0 0.57 0.63 0.05
HSL 5.13º 0.85% 0.65% -
HSV(B) 5.13º 0.63% 0.95% -
XYZ 43.31 29.32 13.05 -
YUV 143.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 242 103 90 0 0.57 0.63 0.05 5.13 0.85 0.65
Hex F2 67 5A 0 39 3F 5 5 55 41
Octal 362 147 132 0 71 77 5 5 125 101
Binary 11110010 1100111 1011010 0 111001 111111 101 101 1010101 1000001

Color Harmonies of #F2675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2675A

Black with #F2675A

Text Example


Text Example

White with #F2675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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