Html Css Color HEX #F50902 Red

📋 copy color: '#F50902'

red 245 ◦ green 9 ◦ blue 2

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

Shades of Red #F50902

Tints of Red #F50902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 95.7%
G = 3.52%
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

#F50902 (or 0xF50902) is known color: Red. HEX triplet: F5, 09 and 02. RGB value is (245,9,2). Sum of RGB (Red+Green+Blue) = 245+9+2=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50902 is #0AF6FD. Grayscale: #4F4F4F. Windows color (decimal): -718590 or 133621. OLE color: 133621.

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

Color convert

RGB 245 9 2 -
CMYK 0 0.96 0.99 0.04
HSL 1.73º 0.98% 0.48% -
HSV(B) 1.73º 0.99% 0.96% -
XYZ 37.76 19.61 1.85 -
YUV 78.77 84.69 246.57 -
System Red Green Blue C M Y K H S L
Decimal 245 9 2 0 0.96 0.99 0.04 1.73 0.98 0.48
Hex F5 9 2 0 60 63 4 2 62 30
Octal 365 11 2 0 140 143 4 2 142 60
Binary 11110101 1001 10 0 1100000 1100011 100 10 1100010 110000

Color Harmonies of #F50902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50902

Black with #F50902

Text Example


Text Example

White with #F50902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50902; }

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

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

background-color css

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

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

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

border-color css

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

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

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