Html Css Color HEX #F20703 Red

📋 copy color: '#F20703'

red 242 ◦ green 7 ◦ blue 3

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

Shades of Red #F20703

Tints of Red #F20703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 96.03%
G = 2.78%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F20703 (or 0xF20703) is known color: Red. HEX triplet: F2, 07 and 03. RGB value is (242,7,3). Sum of RGB (Red+Green+Blue) = 242+7+3=252 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.03% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 242 - color contains mainly: red. Hex color #F20703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20703 is #0DF8FC. Grayscale: #4D4D4D. Windows color (decimal): -915709 or 198642. OLE color: 198642.

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

Color convert

RGB 242 7 3 -
CMYK 0 0.97 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 36.71 19.04 1.83 -
YUV 76.81 86.36 245.83 -
System Red Green Blue C M Y K H S L
Decimal 242 7 3 0 0.97 0.99 0.05 1 0.98 0.48
Hex F2 7 3 0 61 63 5 1 62 30
Octal 362 7 3 0 141 143 5 1 142 60
Binary 11110010 111 11 0 1100001 1100011 101 1 1100010 110000

Color Harmonies of #F20703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20703

Black with #F20703

Text Example


Text Example

White with #F20703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20703; }

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

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

background-color css

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

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

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

border-color css

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

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

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