Html Css Color HEX #F2775D Bittersweet

📋 copy color: '#F2775D'

red 242 ◦ green 119 ◦ blue 93

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

Shades of Bittersweet #F2775D

Tints of Bittersweet #F2775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 53.3%
G = 26.21%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2775D (or 0xF2775D) is known color: Bittersweet. HEX triplet: F2, 77 and 5D. RGB value is (242,119,93). Sum of RGB (Red+Green+Blue) = 242+119+93=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2775D is #0D88A2. Grayscale: #999999. Windows color (decimal): -886947 or 6125554. OLE color: 6125554.

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

Color convert

RGB 242 119 93 -
CMYK 0 0.51 0.62 0.05
HSL 10.47º 0.85% 0.66% -
HSV(B) 10.47º 0.62% 0.95% -
XYZ 45.19 32.86 14.32 -
YUV 152.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 242 119 93 0 0.51 0.62 0.05 10.47 0.85 0.66
Hex F2 77 5D 0 33 3E 5 A 55 42
Octal 362 167 135 0 63 76 5 12 125 102
Binary 11110010 1110111 1011101 0 110011 111110 101 1010 1010101 1000010

Color Harmonies of #F2775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2775D

Black with #F2775D

Text Example


Text Example

White with #F2775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2775D; }

 p { color: rgb(242,119,93); }

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

background-color css

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

 a { background-color: rgb(242,119,93); }

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

border-color css

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

 span { border-color: rgb(242,119,93); }

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