Html Css Color HEX #F2675F Bittersweet

📋 copy color: '#F2675F'

red 242 ◦ green 103 ◦ blue 95

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

Shades of Bittersweet #F2675F

Tints of Bittersweet #F2675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 55%
G = 23.41%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2675F (or 0xF2675F) is known color: Bittersweet. HEX triplet: F2, 67 and 5F. RGB value is (242,103,95). Sum of RGB (Red+Green+Blue) = 242+103+95=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2675F is #0D98A0. Grayscale: #8F8F8F. Windows color (decimal): -891041 or 6252530. OLE color: 6252530.

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

Color convert

RGB 242 103 95 -
CMYK 0 0.57 0.61 0.05
HSL 3.27º 0.85% 0.66% -
HSV(B) 3.27º 0.61% 0.95% -
XYZ 43.53 29.4 14.21 -
YUV 143.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 242 103 95 0 0.57 0.61 0.05 3.27 0.85 0.66
Hex F2 67 5F 0 39 3D 5 3 55 42
Octal 362 147 137 0 71 75 5 3 125 102
Binary 11110010 1100111 1011111 0 111001 111101 101 11 1010101 1000010

Color Harmonies of #F2675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2675F

Black with #F2675F

Text Example


Text Example

White with #F2675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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