Html Css Color HEX #F25F4B Tomato

📋 copy color: '#F25F4B'

red 242 ◦ green 95 ◦ blue 75

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

Shades of Tomato #F25F4B

Tints of Tomato #F25F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 58.74%
G = 23.06%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F25F4B (or 0xF25F4B) is known color: Tomato. HEX triplet: F2, 5F and 4B. RGB value is (242,95,75). Sum of RGB (Red+Green+Blue) = 242+95+75=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F4B is #0DA0B4. Grayscale: #888888. Windows color (decimal): -893109 or 4939762. OLE color: 4939762.

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

Color convert

RGB 242 95 75 -
CMYK 0 0.61 0.69 0.05
HSL 7.19º 0.87% 0.62% -
HSV(B) 7.19º 0.69% 0.95% -
XYZ 41.98 27.57 9.77 -
YUV 136.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 242 95 75 0 0.61 0.69 0.05 7.19 0.87 0.62
Hex F2 5F 4B 0 3D 45 5 7 57 3E
Octal 362 137 113 0 75 105 5 7 127 76
Binary 11110010 1011111 1001011 0 111101 1000101 101 111 1010111 111110

Color Harmonies of #F25F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F4B

Black with #F25F4B

Text Example


Text Example

White with #F25F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F4B; }

 p { color: rgb(242,95,75); }

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

background-color css

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

 a { background-color: rgb(242,95,75); }

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

border-color css

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

 span { border-color: rgb(242,95,75); }

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