Html Css Color HEX #F70501 Red

📋 copy color: '#F70501'

red 247 ◦ green 5 ◦ blue 1

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

Shades of Red #F70501

Tints of Red #F70501

RGB

 RED value IS 247 (96.88% from 255) = 97.63%

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 97.63%
G = 1.98%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F70501 (or 0xF70501) is known color: Red. HEX triplet: F7, 05 and 01. RGB value is (247,5,1). Sum of RGB (Red+Green+Blue) = 247+5+1=253 (33% of max value = 765). Red value is 247 (96.88% from 255 or 97.63% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 247 - color contains mainly: red. Hex color #F70501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70501 is #08FAFE. Grayscale: #4D4D4D. Windows color (decimal): -588543 or 67063. OLE color: 67063.

HSL color Cylindrical-coordinate representation of color #F70501: hue angle of 0.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 1 -
CMYK 0 0.98 1.00 0.03
HSL 0.98º 0.99% 0.49% -
HSV(B) 0.98º 1% 0.97% -
XYZ 38.42 19.88 1.84 -
YUV 76.9 85.17 249.33 -
System Red Green Blue C M Y K H S L
Decimal 247 5 1 0 0.98 1.00 0.03 0.98 0.99 0.49
Hex F7 5 1 0 62 64 3 1 63 31
Octal 367 5 1 0 142 144 3 1 143 61
Binary 11110111 101 1 0 1100010 1100100 11 1 1100011 110001

Color Harmonies of #F70501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70501

Black with #F70501

Text Example


Text Example

White with #F70501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70501; }

 p { color: rgb(247,5,1); }

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

background-color css

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

 a { background-color: rgb(247,5,1); }

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

border-color css

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

 span { border-color: rgb(247,5,1); }

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