Html Css Color HEX #F26F63 Bittersweet

📋 copy color: '#F26F63'

red 242 ◦ green 111 ◦ blue 99

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

Shades of Bittersweet #F26F63

Tints of Bittersweet #F26F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 99 (39.06% from 255) = 21.9%

R = 53.54%
G = 24.56%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F26F63 (or 0xF26F63) is known color: Bittersweet. HEX triplet: F2, 6F and 63. RGB value is (242,111,99). Sum of RGB (Red+Green+Blue) = 242+111+99=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F63 is #0D909C. Grayscale: #949494. Windows color (decimal): -888989 or 6516722. OLE color: 6516722.

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

Color convert

RGB 242 111 99 -
CMYK 0 0.54 0.59 0.05
HSL 5.03º 0.85% 0.67% -
HSV(B) 5.03º 0.59% 0.95% -
XYZ 44.55 31.15 15.47 -
YUV 148.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 242 111 99 0 0.54 0.59 0.05 5.03 0.85 0.67
Hex F2 6F 63 0 36 3B 5 5 55 43
Octal 362 157 143 0 66 73 5 5 125 103
Binary 11110010 1101111 1100011 0 110110 111011 101 101 1010101 1000011

Color Harmonies of #F26F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F63

Black with #F26F63

Text Example


Text Example

White with #F26F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F63; }

 p { color: rgb(242,111,99); }

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

background-color css

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

 a { background-color: rgb(242,111,99); }

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

border-color css

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

 span { border-color: rgb(242,111,99); }

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