Html Css Color HEX #F25950 Tomato

📋 copy color: '#F25950'

red 242 ◦ green 89 ◦ blue 80

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

Shades of Tomato #F25950

Tints of Tomato #F25950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

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

R = 58.88%
G = 21.65%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F25950 (or 0xF25950) is known color: Tomato. HEX triplet: F2, 59 and 50. RGB value is (242,89,80). Sum of RGB (Red+Green+Blue) = 242+89+80=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F25950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25950 is #0DA6AF. Grayscale: #858585. Windows color (decimal): -894640 or 5265906. OLE color: 5265906.

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

Color convert

RGB 242 89 80 -
CMYK 0 0.63 0.67 0.05
HSL 3.33º 0.86% 0.63% -
HSV(B) 3.33º 0.67% 0.95% -
XYZ 41.64 26.6 10.53 -
YUV 133.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 242 89 80 0 0.63 0.67 0.05 3.33 0.86 0.63
Hex F2 59 50 0 3F 43 5 3 56 3F
Octal 362 131 120 0 77 103 5 3 126 77
Binary 11110010 1011001 1010000 0 111111 1000011 101 11 1010110 111111

Color Harmonies of #F25950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25950

Black with #F25950

Text Example


Text Example

White with #F25950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25950; }

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

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

background-color css

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

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

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

border-color css

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

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

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