Html Css Color HEX #F2605A Bittersweet

📋 copy color: '#F2605A'

red 242 ◦ green 96 ◦ blue 90

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

Shades of Bittersweet #F2605A

Tints of Bittersweet #F2605A

RGB

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

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

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

R = 56.54%
G = 22.43%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2605A (or 0xF2605A) is known color: Bittersweet. HEX triplet: F2, 60 and 5A. RGB value is (242,96,90). Sum of RGB (Red+Green+Blue) = 242+96+90=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2605A is #0D9FA5. Grayscale: #8B8B8B. Windows color (decimal): -892838 or 5923058. OLE color: 5923058.

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

Color convert

RGB 242 96 90 -
CMYK 0 0.60 0.63 0.05
HSL 2.37º 0.85% 0.65% -
HSV(B) 2.37º 0.63% 0.95% -
XYZ 42.65 27.98 12.83 -
YUV 138.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 242 96 90 0 0.60 0.63 0.05 2.37 0.85 0.65
Hex F2 60 5A 0 3C 3F 5 2 55 41
Octal 362 140 132 0 74 77 5 2 125 101
Binary 11110010 1100000 1011010 0 111100 111111 101 10 1010101 1000001

Color Harmonies of #F2605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2605A

Black with #F2605A

Text Example


Text Example

White with #F2605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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