Html Css Color HEX #F90301 Red

📋 copy color: '#F90301'

red 249 ◦ green 3 ◦ blue 1

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

Shades of Red #F90301

Tints of Red #F90301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 98.42%
G = 1.19%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F90301 (or 0xF90301) is known color: Red. HEX triplet: F9, 03 and 01. RGB value is (249,3,1). Sum of RGB (Red+Green+Blue) = 249+3+1=253 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.42% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 249 - color contains mainly: red. Hex color #F90301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90301 is #06FCFE. Grayscale: #4C4C4C. Windows color (decimal): -457983 or 66553. OLE color: 66553.

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

Color convert

RGB 249 3 1 -
CMYK 0 0.99 1.00 0.02
HSL 0.48º 0.99% 0.49% -
HSV(B) 0.48º 1% 0.98% -
XYZ 39.1 20.21 1.87 -
YUV 76.33 85.5 251.16 -
System Red Green Blue C M Y K H S L
Decimal 249 3 1 0 0.99 1.00 0.02 0.48 0.99 0.49
Hex F9 3 1 0 63 64 2 0 63 31
Octal 371 3 1 0 143 144 2 0 143 61
Binary 11111001 11 1 0 1100011 1100100 10 0 1100011 110001

Color Harmonies of #F90301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90301

Black with #F90301

Text Example


Text Example

White with #F90301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90301; }

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

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

background-color css

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

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

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

border-color css

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

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

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