Html Css Color HEX #F26563 Bittersweet

📋 copy color: '#F26563'

red 242 ◦ green 101 ◦ blue 99

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

Shades of Bittersweet #F26563

Tints of Bittersweet #F26563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 54.75%
G = 22.85%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F26563 (or 0xF26563) is known color: Bittersweet. HEX triplet: F2, 65 and 63. RGB value is (242,101,99). Sum of RGB (Red+Green+Blue) = 242+101+99=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F26563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26563 is #0D9A9C. Grayscale: #8F8F8F. Windows color (decimal): -891549 or 6514162. OLE color: 6514162.

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

Color convert

RGB 242 101 99 -
CMYK 0 0.58 0.59 0.05
HSL 0.84º 0.85% 0.67% -
HSV(B) 0.84º 0.59% 0.95% -
XYZ 43.52 29.09 15.12 -
YUV 142.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 242 101 99 0 0.58 0.59 0.05 0.84 0.85 0.67
Hex F2 65 63 0 3A 3B 5 1 55 43
Octal 362 145 143 0 72 73 5 1 125 103
Binary 11110010 1100101 1100011 0 111010 111011 101 1 1010101 1000011

Color Harmonies of #F26563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26563

Black with #F26563

Text Example


Text Example

White with #F26563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26563; }

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

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

background-color css

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

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

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

border-color css

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

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

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