Html Css Color HEX #F2664A Tomato

📋 copy color: '#F2664A'

red 242 ◦ green 102 ◦ blue 74

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

Shades of Tomato #F2664A

Tints of Tomato #F2664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

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

R = 57.89%
G = 24.4%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2664A (or 0xF2664A) is known color: Tomato. HEX triplet: F2, 66 and 4A. RGB value is (242,102,74). Sum of RGB (Red+Green+Blue) = 242+102+74=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2664A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2664A is #0D99B5. Grayscale: #8C8C8C. Windows color (decimal): -891318 or 4876018. OLE color: 4876018.

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

Color convert

RGB 242 102 74 -
CMYK 0 0.58 0.69 0.05
HSL 10º 0.87% 0.62% -
HSV(B) 10º 0.69% 0.95% -
XYZ 42.61 28.87 9.81 -
YUV 140.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 242 102 74 0 0.58 0.69 0.05 10 0.87 0.62
Hex F2 66 4A 0 3A 45 5 A 57 3E
Octal 362 146 112 0 72 105 5 12 127 76
Binary 11110010 1100110 1001010 0 111010 1000101 101 1010 1010111 111110

Color Harmonies of #F2664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2664A

Black with #F2664A

Text Example


Text Example

White with #F2664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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