Html Css Color HEX #F2665D Bittersweet

📋 copy color: '#F2665D'

red 242 ◦ green 102 ◦ blue 93

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

Shades of Bittersweet #F2665D

Tints of Bittersweet #F2665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.34%

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

R = 55.38%
G = 23.34%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2665D (or 0xF2665D) is known color: Bittersweet. HEX triplet: F2, 66 and 5D. RGB value is (242,102,93). Sum of RGB (Red+Green+Blue) = 242+102+93=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2665D is #0D99A2. Grayscale: #8F8F8F. Windows color (decimal): -891299 or 6121202. OLE color: 6121202.

HSL color Cylindrical-coordinate representation of color #F2665D: hue angle of 3.62º 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 #F2665D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 93 -
CMYK 0 0.58 0.62 0.05
HSL 3.62º 0.85% 0.66% -
HSV(B) 3.62º 0.62% 0.95% -
XYZ 43.35 29.17 13.7 -
YUV 142.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 242 102 93 0 0.58 0.62 0.05 3.62 0.85 0.66
Hex F2 66 5D 0 3A 3E 5 4 55 42
Octal 362 146 135 0 72 76 5 4 125 102
Binary 11110010 1100110 1011101 0 111010 111110 101 100 1010101 1000010

Color Harmonies of #F2665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2665D

Black with #F2665D

Text Example


Text Example

White with #F2665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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