Html Css Color HEX #F50702 Red

📋 copy color: '#F50702'

red 245 ◦ green 7 ◦ blue 2

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

Shades of Red #F50702

Tints of Red #F50702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 96.46%
G = 2.76%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F50702 (or 0xF50702) is known color: Red. HEX triplet: F5, 07 and 02. RGB value is (245,7,2). Sum of RGB (Red+Green+Blue) = 245+7+2=254 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.46% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 245 - color contains mainly: red. Hex color #F50702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50702 is #0AF8FD. Grayscale: #4D4D4D. Windows color (decimal): -719102 or 133109. OLE color: 133109.

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

Color convert

RGB 245 7 2 -
CMYK 0 0.97 0.99 0.04
HSL 1.23º 0.98% 0.48% -
HSV(B) 1.23º 0.99% 0.96% -
XYZ 37.74 19.57 1.85 -
YUV 77.59 85.35 247.41 -
System Red Green Blue C M Y K H S L
Decimal 245 7 2 0 0.97 0.99 0.04 1.23 0.98 0.48
Hex F5 7 2 0 61 63 4 1 62 30
Octal 365 7 2 0 141 143 4 1 142 60
Binary 11110101 111 10 0 1100001 1100011 100 1 1100010 110000

Color Harmonies of #F50702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50702

Black with #F50702

Text Example


Text Example

White with #F50702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50702; }

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

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

background-color css

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

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

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

border-color css

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

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

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