Html Css Color HEX #F50F02 Red

📋 copy color: '#F50F02'

red 245 ◦ green 15 ◦ blue 2

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

Shades of Red #F50F02

Tints of Red #F50F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 93.51%
G = 5.73%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F50F02 (or 0xF50F02) is known color: Red. HEX triplet: F5, 0F and 02. RGB value is (245,15,2). Sum of RGB (Red+Green+Blue) = 245+15+2=262 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.51% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50F02 is #0AF0FD. Grayscale: #525252. Windows color (decimal): -717054 or 135157. OLE color: 135157.

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

Color convert

RGB 245 15 2 -
CMYK 0 0.94 0.99 0.04
HSL 3.21º 0.98% 0.48% -
HSV(B) 3.21º 0.99% 0.96% -
XYZ 37.84 19.76 1.88 -
YUV 82.29 82.7 244.06 -
System Red Green Blue C M Y K H S L
Decimal 245 15 2 0 0.94 0.99 0.04 3.21 0.98 0.48
Hex F5 F 2 0 5E 63 4 3 62 30
Octal 365 17 2 0 136 143 4 3 142 60
Binary 11110101 1111 10 0 1011110 1100011 100 11 1100010 110000

Color Harmonies of #F50F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50F02

Black with #F50F02

Text Example


Text Example

White with #F50F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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