Html Css Color HEX #F25D4F Tomato

📋 copy color: '#F25D4F'

red 242 ◦ green 93 ◦ blue 79

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

Shades of Tomato #F25D4F

Tints of Tomato #F25D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 58.45%
G = 22.46%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F25D4F (or 0xF25D4F) is known color: Tomato. HEX triplet: F2, 5D and 4F. RGB value is (242,93,79). Sum of RGB (Red+Green+Blue) = 242+93+79=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D4F is #0DA2B0. Grayscale: #888888. Windows color (decimal): -893617 or 5201394. OLE color: 5201394.

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

Color convert

RGB 242 93 79 -
CMYK 0 0.62 0.67 0.05
HSL 5.15º 0.86% 0.63% -
HSV(B) 5.15º 0.67% 0.95% -
XYZ 41.94 27.27 10.45 -
YUV 135.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 242 93 79 0 0.62 0.67 0.05 5.15 0.86 0.63
Hex F2 5D 4F 0 3E 43 5 5 56 3F
Octal 362 135 117 0 76 103 5 5 126 77
Binary 11110010 1011101 1001111 0 111110 1000011 101 101 1010110 111111

Color Harmonies of #F25D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D4F

Black with #F25D4F

Text Example


Text Example

White with #F25D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D4F; }

 p { color: rgb(242,93,79); }

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

background-color css

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

 a { background-color: rgb(242,93,79); }

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

border-color css

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

 span { border-color: rgb(242,93,79); }

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