Html Css Color HEX #F90000 Red

📋 copy color: '#F90000'

red 249 ◦ green 0 ◦ blue 0

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

Shades of Red #F90000

Tints of Red #F90000

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F90000 (or 0xF90000) is known color: Red. HEX triplet: F9, 00 and 00. RGB value is (249,0,0). Sum of RGB (Red+Green+Blue) = 249+0+0=249 (32% of max value = 765). Red value is 249 (97.66% from 255 or 100% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 249 - color contains mainly: red. Hex color #F90000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90000 is #06FFFF. Grayscale: #4A4A4A. Windows color (decimal): -458752 or 249. OLE color: 249.

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

Color convert

RGB 249 0 0 -
CMYK 0 1 1 0.02
HSL 1% 0.49% -
HSV(B) 1% 0.98% -
XYZ 39.07 20.14 1.83 -
YUV 74.45 85.99 252.5 -
System Red Green Blue C M Y K H S L
Decimal 249 0 0 0 1 1 0.02 0 1 0.49
Hex F9 0 0 0 64 64 2 0 64 31
Octal 371 0 0 0 144 144 2 0 144 61
Binary 11111001 0 0 0 1100100 1100100 10 0 1100100 110001

Color Harmonies of #F90000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90000

Black with #F90000

Text Example


Text Example

White with #F90000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90000; }

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

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

background-color css

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

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

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

border-color css

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

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

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