Html Css Color HEX #F50F0F Red

📋 copy color: '#F50F0F'

red 245 ◦ green 15 ◦ blue 15

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

Shades of Red #F50F0F

Tints of Red #F50F0F

RGB

 RED value IS 245 (96.09% from 255) = 89.09%

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 15 (6.25% from 255) = 5.45%

R = 89.09%
G = 5.45%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F50F0F (or 0xF50F0F) is known color: Red. HEX triplet: F5, 0F and 0F. RGB value is (245,15,15). Sum of RGB (Red+Green+Blue) = 245+15+15=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50F0F is #0AF0F0. Grayscale: #545454. Windows color (decimal): -717041 or 987125. OLE color: 987125.

HSL color Cylindrical-coordinate representation of color #F50F0F: hue angle of 0º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F0F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 15 15 -
CMYK 0 0.94 0.94 0.04
HSL 0.92% 0.51% -
HSV(B) 0.94% 0.96% -
XYZ 37.91 19.79 2.27 -
YUV 83.77 89.2 243 -
System Red Green Blue C M Y K H S L
Decimal 245 15 15 0 0.94 0.94 0.04 0 0.92 0.51
Hex F5 F F 0 5E 5E 4 0 5C 33
Octal 365 17 17 0 136 136 4 0 134 63
Binary 11110101 1111 1111 0 1011110 1011110 100 0 1011100 110011

Color Harmonies of #F50F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50F0F

Black with #F50F0F

Text Example


Text Example

White with #F50F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50F0F; }

 p { color: rgb(245,15,15); }

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

background-color css

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

 a { background-color: rgb(245,15,15); }

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

border-color css

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

 span { border-color: rgb(245,15,15); }

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