Html Css Color HEX #F41002 Red

📋 copy color: '#F41002'

red 244 ◦ green 16 ◦ blue 2

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

Shades of Red #F41002

Tints of Red #F41002

RGB

 RED value IS 244 (95.7% from 255) = 93.13%

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 93.13%
G = 6.11%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F41002 (or 0xF41002) is known color: Red. HEX triplet: F4, 10 and 02. RGB value is (244,16,2). Sum of RGB (Red+Green+Blue) = 244+16+2=262 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.13% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 244 - color contains mainly: red. Hex color #F41002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41002 is #0BEFFD. Grayscale: #525252. Windows color (decimal): -782334 or 135412. OLE color: 135412.

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

Color convert

RGB 244 16 2 -
CMYK 0 0.93 0.99 0.04
HSL 3.47º 0.98% 0.48% -
HSV(B) 3.47º 0.99% 0.96% -
XYZ 37.5 19.61 1.87 -
YUV 82.58 82.54 243.14 -
System Red Green Blue C M Y K H S L
Decimal 244 16 2 0 0.93 0.99 0.04 3.47 0.98 0.48
Hex F4 10 2 0 5D 63 4 3 62 30
Octal 364 20 2 0 135 143 4 3 142 60
Binary 11110100 10000 10 0 1011101 1100011 100 11 1100010 110000

Color Harmonies of #F41002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41002

Black with #F41002

Text Example


Text Example

White with #F41002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41002; }

 p { color: rgb(244,16,2); }

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

background-color css

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

 a { background-color: rgb(244,16,2); }

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

border-color css

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

 span { border-color: rgb(244,16,2); }

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