Html Css Color HEX #F26B5A Bittersweet

📋 copy color: '#F26B5A'

red 242 ◦ green 107 ◦ blue 90

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

Shades of Bittersweet #F26B5A

Tints of Bittersweet #F26B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.37%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 55.13%
G = 24.37%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F26B5A (or 0xF26B5A) is known color: Bittersweet. HEX triplet: F2, 6B and 5A. RGB value is (242,107,90). Sum of RGB (Red+Green+Blue) = 242+107+90=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B5A is #0D94A5. Grayscale: #919191. Windows color (decimal): -890022 or 5925874. OLE color: 5925874.

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

Color convert

RGB 242 107 90 -
CMYK 0 0.56 0.63 0.05
HSL 6.71º 0.85% 0.65% -
HSV(B) 6.71º 0.63% 0.95% -
XYZ 43.72 30.13 13.18 -
YUV 145.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 242 107 90 0 0.56 0.63 0.05 6.71 0.85 0.65
Hex F2 6B 5A 0 38 3F 5 7 55 41
Octal 362 153 132 0 70 77 5 7 125 101
Binary 11110010 1101011 1011010 0 111000 111111 101 111 1010101 1000001

Color Harmonies of #F26B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B5A

Black with #F26B5A

Text Example


Text Example

White with #F26B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B5A; }

 p { color: rgb(242,107,90); }

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

background-color css

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

 a { background-color: rgb(242,107,90); }

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

border-color css

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

 span { border-color: rgb(242,107,90); }

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