Html Css Color HEX #F90503 Red

📋 copy color: '#F90503'

red 249 ◦ green 5 ◦ blue 3

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

Shades of Red #F90503

Tints of Red #F90503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 96.89%
G = 1.95%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F90503 (or 0xF90503) is known color: Red. HEX triplet: F9, 05 and 03. RGB value is (249,5,3). Sum of RGB (Red+Green+Blue) = 249+5+3=257 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.89% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 249 - color contains mainly: red. Hex color #F90503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90503 is #06FAFC. Grayscale: #4D4D4D. Windows color (decimal): -457469 or 198137. OLE color: 198137.

HSL color Cylindrical-coordinate representation of color #F90503: hue angle of 0.49º 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 #F90503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 5 3 -
CMYK 0 0.98 0.99 0.02
HSL 0.49º 0.98% 0.49% -
HSV(B) 0.49º 0.99% 0.98% -
XYZ 39.14 20.25 1.93 -
YUV 77.73 85.84 250.16 -
System Red Green Blue C M Y K H S L
Decimal 249 5 3 0 0.98 0.99 0.02 0.49 0.98 0.49
Hex F9 5 3 0 62 63 2 0 62 31
Octal 371 5 3 0 142 143 2 0 142 61
Binary 11111001 101 11 0 1100010 1100011 10 0 1100010 110001

Color Harmonies of #F90503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90503

Black with #F90503

Text Example


Text Example

White with #F90503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90503; }

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

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

background-color css

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

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

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

border-color css

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

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

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