Html Css Color HEX #F2675B Bittersweet

📋 copy color: '#F2675B'

red 242 ◦ green 103 ◦ blue 91

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

Shades of Bittersweet #F2675B

Tints of Bittersweet #F2675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.87%

R = 55.5%
G = 23.62%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2675B (or 0xF2675B) is known color: Bittersweet. HEX triplet: F2, 67 and 5B. RGB value is (242,103,91). Sum of RGB (Red+Green+Blue) = 242+103+91=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2675B is #0D98A4. Grayscale: #8F8F8F. Windows color (decimal): -891045 or 5990386. OLE color: 5990386.

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

Color convert

RGB 242 103 91 -
CMYK 0 0.57 0.62 0.05
HSL 4.77º 0.85% 0.65% -
HSV(B) 4.77º 0.62% 0.95% -
XYZ 43.36 29.33 13.27 -
YUV 143.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 242 103 91 0 0.57 0.62 0.05 4.77 0.85 0.65
Hex F2 67 5B 0 39 3E 5 5 55 41
Octal 362 147 133 0 71 76 5 5 125 101
Binary 11110010 1100111 1011011 0 111001 111110 101 101 1010101 1000001

Color Harmonies of #F2675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2675B

Black with #F2675B

Text Example


Text Example

White with #F2675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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