Html Css Color HEX #F26350 Tomato

📋 copy color: '#F26350'

red 242 ◦ green 99 ◦ blue 80

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

Shades of Tomato #F26350

Tints of Tomato #F26350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 57.48%
G = 23.52%
B = 19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F26350 (or 0xF26350) is known color: Tomato. HEX triplet: F2, 63 and 50. RGB value is (242,99,80). Sum of RGB (Red+Green+Blue) = 242+99+80=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F26350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26350 is #0D9CAF. Grayscale: #8B8B8B. Windows color (decimal): -892080 or 5268466. OLE color: 5268466.

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

Color convert

RGB 242 99 80 -
CMYK 0 0.59 0.67 0.05
HSL 7.04º 0.86% 0.63% -
HSV(B) 7.04º 0.67% 0.95% -
XYZ 42.53 28.38 10.83 -
YUV 139.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 242 99 80 0 0.59 0.67 0.05 7.04 0.86 0.63
Hex F2 63 50 0 3B 43 5 7 56 3F
Octal 362 143 120 0 73 103 5 7 126 77
Binary 11110010 1100011 1010000 0 111011 1000011 101 111 1010110 111111

Color Harmonies of #F26350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26350

Black with #F26350

Text Example


Text Example

White with #F26350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26350; }

 p { color: rgb(242,99,80); }

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

background-color css

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

 a { background-color: rgb(242,99,80); }

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

border-color css

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

 span { border-color: rgb(242,99,80); }

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