Html Css Color HEX #F70505 Red

📋 copy color: '#F70505'

red 247 ◦ green 5 ◦ blue 5

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

Shades of Red #F70505

Tints of Red #F70505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 96.11%
G = 1.95%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F70505 (or 0xF70505) is known color: Red. HEX triplet: F7, 05 and 05. RGB value is (247,5,5). Sum of RGB (Red+Green+Blue) = 247+5+5=257 (34% of max value = 765). Red value is 247 (96.88% from 255 or 96.11% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 247 - color contains mainly: red. Hex color #F70505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70505 is #08FAFA. Grayscale: #4D4D4D. Windows color (decimal): -588539 or 329207. OLE color: 329207.

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

Color convert

RGB 247 5 5 -
CMYK 0 0.98 0.98 0.03
HSL 0.96% 0.49% -
HSV(B) 0.98% 0.97% -
XYZ 38.44 19.89 1.96 -
YUV 77.36 87.17 249 -
System Red Green Blue C M Y K H S L
Decimal 247 5 5 0 0.98 0.98 0.03 0 0.96 0.49
Hex F7 5 5 0 62 62 3 0 60 31
Octal 367 5 5 0 142 142 3 0 140 61
Binary 11110111 101 101 0 1100010 1100010 11 0 1100000 110001

Color Harmonies of #F70505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70505

Black with #F70505

Text Example


Text Example

White with #F70505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70505; }

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

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

background-color css

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

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

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

border-color css

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

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

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