Html Css Color HEX #F2605B Bittersweet

📋 copy color: '#F2605B'

red 242 ◦ green 96 ◦ blue 91

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

Shades of Bittersweet #F2605B

Tints of Bittersweet #F2605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 91 (35.94% from 255) = 21.21%

R = 56.41%
G = 22.38%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2605B (or 0xF2605B) is known color: Bittersweet. HEX triplet: F2, 60 and 5B. RGB value is (242,96,91). Sum of RGB (Red+Green+Blue) = 242+96+91=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F2605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2605B is #0D9FA4. Grayscale: #8B8B8B. Windows color (decimal): -892837 or 5988594. OLE color: 5988594.

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

Color convert

RGB 242 96 91 -
CMYK 0 0.60 0.62 0.05
HSL 1.99º 0.85% 0.65% -
HSV(B) 1.99º 0.62% 0.95% -
XYZ 42.69 28 13.05 -
YUV 139.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 242 96 91 0 0.60 0.62 0.05 1.99 0.85 0.65
Hex F2 60 5B 0 3C 3E 5 2 55 41
Octal 362 140 133 0 74 76 5 2 125 101
Binary 11110010 1100000 1011011 0 111100 111110 101 10 1010101 1000001

Color Harmonies of #F2605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2605B

Black with #F2605B

Text Example


Text Example

White with #F2605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2605B; }

 p { color: rgb(242,96,91); }

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

background-color css

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

 a { background-color: rgb(242,96,91); }

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

border-color css

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

 span { border-color: rgb(242,96,91); }

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