Html Css Color HEX #F70706 Red

📋 copy color: '#F70706'

red 247 ◦ green 7 ◦ blue 6

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

Shades of Red #F70706

Tints of Red #F70706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 95%
G = 2.69%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F70706 (or 0xF70706) is known color: Red. HEX triplet: F7, 07 and 06. RGB value is (247,7,6). Sum of RGB (Red+Green+Blue) = 247+7+6=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F70706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70706 is #08F8F9. Grayscale: #4E4E4E. Windows color (decimal): -588026 or 395255. OLE color: 395255.

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

Color convert

RGB 247 7 6 -
CMYK 0 0.97 0.98 0.03
HSL 0.25º 0.95% 0.5% -
HSV(B) 0.25º 0.98% 0.97% -
XYZ 38.47 19.94 1.99 -
YUV 78.65 87.01 248.08 -
System Red Green Blue C M Y K H S L
Decimal 247 7 6 0 0.97 0.98 0.03 0.25 0.95 0.5
Hex F7 7 6 0 61 62 3 0 5F 32
Octal 367 7 6 0 141 142 3 0 137 62
Binary 11110111 111 110 0 1100001 1100010 11 0 1011111 110010

Color Harmonies of #F70706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70706

Black with #F70706

Text Example


Text Example

White with #F70706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70706; }

 p { color: rgb(247,7,6); }

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

background-color css

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

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

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

border-color css

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

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

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