Html Css Color HEX #F90303 Red

📋 copy color: '#F90303'

red 249 ◦ green 3 ◦ blue 3

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

Shades of Red #F90303

Tints of Red #F90303

RGB

 RED value IS 249 (97.66% from 255) = 97.65%

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 97.65%
G = 1.18%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F90303 (or 0xF90303) is known color: Red. HEX triplet: F9, 03 and 03. RGB value is (249,3,3). Sum of RGB (Red+Green+Blue) = 249+3+3=255 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.65% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 249 - color contains mainly: red. Hex color #F90303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90303 is #06FCFC. Grayscale: #4C4C4C. Windows color (decimal): -457981 or 197625. OLE color: 197625.

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

Color convert

RGB 249 3 3 -
CMYK 0 0.99 0.99 0.02
HSL 0.98% 0.49% -
HSV(B) 0.99% 0.98% -
XYZ 39.12 20.21 1.93 -
YUV 76.55 86.5 251 -
System Red Green Blue C M Y K H S L
Decimal 249 3 3 0 0.99 0.99 0.02 0 0.98 0.49
Hex F9 3 3 0 63 63 2 0 62 31
Octal 371 3 3 0 143 143 2 0 142 61
Binary 11111001 11 11 0 1100011 1100011 10 0 1100010 110001

Color Harmonies of #F90303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90303

Black with #F90303

Text Example


Text Example

White with #F90303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90303; }

 p { color: rgb(249,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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