Html Css Color HEX #F10F03 Red

📋 copy color: '#F10F03'

red 241 ◦ green 15 ◦ blue 3

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

Shades of Red #F10F03

Tints of Red #F10F03

RGB

 RED value IS 241 (94.53% from 255) = 93.05%

 GREEN value IS 15 (6.25% from 255) = 5.79%

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

R = 93.05%
G = 5.79%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F10F03 (or 0xF10F03) is known color: Red. HEX triplet: F1, 0F and 03. RGB value is (241,15,3). Sum of RGB (Red+Green+Blue) = 241+15+3=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F03 is #0EF0FC. Grayscale: #515151. Windows color (decimal): -979197 or 200689. OLE color: 200689.

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

Color convert

RGB 241 15 3 -
CMYK 0 0.94 0.99 0.05
HSL 3.03º 0.98% 0.48% -
HSV(B) 3.03º 0.99% 0.95% -
XYZ 36.46 19.05 1.84 -
YUV 81.21 83.87 241.98 -
System Red Green Blue C M Y K H S L
Decimal 241 15 3 0 0.94 0.99 0.05 3.03 0.98 0.48
Hex F1 F 3 0 5E 63 5 3 62 30
Octal 361 17 3 0 136 143 5 3 142 60
Binary 11110001 1111 11 0 1011110 1100011 101 11 1100010 110000

Color Harmonies of #F10F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F03

Black with #F10F03

Text Example


Text Example

White with #F10F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F03; }

 p { color: rgb(241,15,3); }

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

background-color css

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

 a { background-color: rgb(241,15,3); }

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

border-color css

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

 span { border-color: rgb(241,15,3); }

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