Html Css Color HEX #F2604A Tomato

📋 copy color: '#F2604A'

red 242 ◦ green 96 ◦ blue 74

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

Shades of Tomato #F2604A

Tints of Tomato #F2604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 58.74%
G = 23.3%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2604A (or 0xF2604A) is known color: Tomato. HEX triplet: F2, 60 and 4A. RGB value is (242,96,74). Sum of RGB (Red+Green+Blue) = 242+96+74=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F2604A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2604A is #0D9FB5. Grayscale: #898989. Windows color (decimal): -892854 or 4874482. OLE color: 4874482.

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

Color convert

RGB 242 96 74 -
CMYK 0 0.60 0.69 0.05
HSL 7.86º 0.87% 0.62% -
HSV(B) 7.86º 0.69% 0.95% -
XYZ 42.04 27.74 9.62 -
YUV 137.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 242 96 74 0 0.60 0.69 0.05 7.86 0.87 0.62
Hex F2 60 4A 0 3C 45 5 8 57 3E
Octal 362 140 112 0 74 105 5 10 127 76
Binary 11110010 1100000 1001010 0 111100 1000101 101 1000 1010111 111110

Color Harmonies of #F2604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2604A

Black with #F2604A

Text Example


Text Example

White with #F2604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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