Html Css Color HEX #F25A50 Tomato

📋 copy color: '#F25A50'

red 242 ◦ green 90 ◦ blue 80

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

Shades of Tomato #F25A50

Tints of Tomato #F25A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

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

R = 58.74%
G = 21.84%
B = 19.42%

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

#F25A50 (or 0xF25A50) is known color: Tomato. HEX triplet: F2, 5A and 50. RGB value is (242,90,80). Sum of RGB (Red+Green+Blue) = 242+90+80=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A50 is #0DA5AF. Grayscale: #868686. Windows color (decimal): -894384 or 5266162. OLE color: 5266162.

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

Color convert

RGB 242 90 80 -
CMYK 0 0.63 0.67 0.05
HSL 3.7º 0.86% 0.63% -
HSV(B) 3.7º 0.67% 0.95% -
XYZ 41.72 26.77 10.56 -
YUV 134.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 242 90 80 0 0.63 0.67 0.05 3.7 0.86 0.63
Hex F2 5A 50 0 3F 43 5 4 56 3F
Octal 362 132 120 0 77 103 5 4 126 77
Binary 11110010 1011010 1010000 0 111111 1000011 101 100 1010110 111111

Color Harmonies of #F25A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A50

Black with #F25A50

Text Example


Text Example

White with #F25A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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