Html Css Color HEX #F90602 Red

📋 copy color: '#F90602'

red 249 ◦ green 6 ◦ blue 2

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

Shades of Red #F90602

Tints of Red #F90602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 96.89%
G = 2.33%
B = 0.78%

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

#F90602 (or 0xF90602) is known color: Red. HEX triplet: F9, 06 and 02. RGB value is (249,6,2). Sum of RGB (Red+Green+Blue) = 249+6+2=257 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.89% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 249 - color contains mainly: red. Hex color #F90602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90602 is #06F9FD. Grayscale: #4E4E4E. Windows color (decimal): -457214 or 132857. OLE color: 132857.

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

Color convert

RGB 249 6 2 -
CMYK 0 0.98 0.99 0.02
HSL 0.97º 0.98% 0.49% -
HSV(B) 0.97º 0.99% 0.98% -
XYZ 39.14 20.27 1.91 -
YUV 78.2 85.01 249.83 -
System Red Green Blue C M Y K H S L
Decimal 249 6 2 0 0.98 0.99 0.02 0.97 0.98 0.49
Hex F9 6 2 0 62 63 2 1 62 31
Octal 371 6 2 0 142 143 2 1 142 61
Binary 11111001 110 10 0 1100010 1100011 10 1 1100010 110001

Color Harmonies of #F90602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90602

Black with #F90602

Text Example


Text Example

White with #F90602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90602; }

 p { color: rgb(249,6,2); }

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

background-color css

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

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

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

border-color css

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

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

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