Html Css Color HEX #F90D02 Red

📋 copy color: '#F90D02'

red 249 ◦ green 13 ◦ blue 2

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

Shades of Red #F90D02

Tints of Red #F90D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

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

R = 94.32%
G = 4.92%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F90D02 (or 0xF90D02) is known color: Red. HEX triplet: F9, 0D and 02. RGB value is (249,13,2). Sum of RGB (Red+Green+Blue) = 249+13+2=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90D02 is #06F2FD. Grayscale: #525252. Windows color (decimal): -455422 or 134649. OLE color: 134649.

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

Color convert

RGB 249 13 2 -
CMYK 0 0.95 0.99 0.02
HSL 2.67º 0.98% 0.49% -
HSV(B) 2.67º 0.99% 0.98% -
XYZ 39.22 20.43 1.93 -
YUV 82.31 82.69 246.89 -
System Red Green Blue C M Y K H S L
Decimal 249 13 2 0 0.95 0.99 0.02 2.67 0.98 0.49
Hex F9 D 2 0 5F 63 2 3 62 31
Octal 371 15 2 0 137 143 2 3 142 61
Binary 11111001 1101 10 0 1011111 1100011 10 11 1100010 110001

Color Harmonies of #F90D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90D02

Black with #F90D02

Text Example


Text Example

White with #F90D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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