Html Css Color HEX #F50B02 Red

📋 copy color: '#F50B02'

red 245 ◦ green 11 ◦ blue 2

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

Shades of Red #F50B02

Tints of Red #F50B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

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

R = 94.96%
G = 4.26%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F50B02 (or 0xF50B02) is known color: Red. HEX triplet: F5, 0B and 02. RGB value is (245,11,2). Sum of RGB (Red+Green+Blue) = 245+11+2=258 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.96% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50B02 is #0AF4FD. Grayscale: #505050. Windows color (decimal): -718078 or 134133. OLE color: 134133.

HSL color Cylindrical-coordinate representation of color #F50B02: hue angle of 2.22º 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 #F50B02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 11 2 -
CMYK 0 0.96 0.99 0.04
HSL 2.22º 0.98% 0.48% -
HSV(B) 2.22º 0.99% 0.96% -
XYZ 37.79 19.66 1.86 -
YUV 79.94 84.02 245.73 -
System Red Green Blue C M Y K H S L
Decimal 245 11 2 0 0.96 0.99 0.04 2.22 0.98 0.48
Hex F5 B 2 0 60 63 4 2 62 30
Octal 365 13 2 0 140 143 4 2 142 60
Binary 11110101 1011 10 0 1100000 1100011 100 10 1100010 110000

Color Harmonies of #F50B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50B02

Black with #F50B02

Text Example


Text Example

White with #F50B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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