Html Css Color HEX #F00705 Red

📋 copy color: '#F00705'

red 240 ◦ green 7 ◦ blue 5

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

Shades of Red #F00705

Tints of Red #F00705

RGB

 RED value IS 240 (94.14% from 255) = 95.24%

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

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

R = 95.24%
G = 2.78%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00705 (or 0xF00705) is known color: Red. HEX triplet: F0, 07 and 05. RGB value is (240,7,5). Sum of RGB (Red+Green+Blue) = 240+7+5=252 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.24% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 240 - color contains mainly: red. Hex color #F00705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00705 is #0FF8FA. Grayscale: #4C4C4C. Windows color (decimal): -1046779 or 329712. OLE color: 329712.

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

Color convert

RGB 240 7 5 -
CMYK 0 0.97 0.98 0.06
HSL 0.51º 0.96% 0.48% -
HSV(B) 0.51º 0.98% 0.94% -
XYZ 36.04 18.69 1.85 -
YUV 76.44 87.69 244.66 -
System Red Green Blue C M Y K H S L
Decimal 240 7 5 0 0.97 0.98 0.06 0.51 0.96 0.48
Hex F0 7 5 0 61 62 6 1 60 30
Octal 360 7 5 0 141 142 6 1 140 60
Binary 11110000 111 101 0 1100001 1100010 110 1 1100000 110000

Color Harmonies of #F00705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00705

Black with #F00705

Text Example


Text Example

White with #F00705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00705; }

 p { color: rgb(240,7,5); }

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

background-color css

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

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

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

border-color css

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

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

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