Html Css Color HEX #F20705 Red

📋 copy color: '#F20705'

red 242 ◦ green 7 ◦ blue 5

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

Shades of Red #F20705

Tints of Red #F20705

RGB

 RED value IS 242 (94.92% from 255) = 95.28%

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

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

R = 95.28%
G = 2.76%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F20705 (or 0xF20705) is known color: Red. HEX triplet: F2, 07 and 05. RGB value is (242,7,5). Sum of RGB (Red+Green+Blue) = 242+7+5=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F20705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20705 is #0DF8FA. Grayscale: #4D4D4D. Windows color (decimal): -915707 or 329714. OLE color: 329714.

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

Color convert

RGB 242 7 5 -
CMYK 0 0.97 0.98 0.05
HSL 0.51º 0.96% 0.48% -
HSV(B) 0.51º 0.98% 0.95% -
XYZ 36.72 19.04 1.88 -
YUV 77.04 87.36 245.66 -
System Red Green Blue C M Y K H S L
Decimal 242 7 5 0 0.97 0.98 0.05 0.51 0.96 0.48
Hex F2 7 5 0 61 62 5 1 60 30
Octal 362 7 5 0 141 142 5 1 140 60
Binary 11110010 111 101 0 1100001 1100010 101 1 1100000 110000

Color Harmonies of #F20705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20705

Black with #F20705

Text Example


Text Example

White with #F20705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20705; }

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

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

background-color css

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

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

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

border-color css

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

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

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