Html Css Color HEX #F10201 Red

📋 copy color: '#F10201'

red 241 ◦ green 2 ◦ blue 1

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

Shades of Red #F10201

Tints of Red #F10201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 98.77%
G = 0.82%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F10201 (or 0xF10201) is known color: Red. HEX triplet: F1, 02 and 01. RGB value is (241,2,1). Sum of RGB (Red+Green+Blue) = 241+2+1=244 (32% of max value = 765). Red value is 241 (94.53% from 255 or 98.77% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 241 - color contains mainly: red. Hex color #F10201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10201 is #0EFDFE. Grayscale: #494949. Windows color (decimal): -982527 or 66289. OLE color: 66289.

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

Color convert

RGB 241 2 1 -
CMYK 0 0.99 1.00 0.05
HSL 0.25º 0.99% 0.47% -
HSV(B) 0.25º 1% 0.95% -
XYZ 36.3 18.75 1.73 -
YUV 73.35 87.18 247.58 -
System Red Green Blue C M Y K H S L
Decimal 241 2 1 0 0.99 1.00 0.05 0.25 0.99 0.47
Hex F1 2 1 0 63 64 5 0 63 2F
Octal 361 2 1 0 143 144 5 0 143 57
Binary 11110001 10 1 0 1100011 1100100 101 0 1100011 101111

Color Harmonies of #F10201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10201

Black with #F10201

Text Example


Text Example

White with #F10201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10201; }

 p { color: rgb(241,2,1); }

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

background-color css

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

 a { background-color: rgb(241,2,1); }

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

border-color css

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

 span { border-color: rgb(241,2,1); }

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