Html Css Color HEX #F61203 Red

📋 copy color: '#F61203'

red 246 ◦ green 18 ◦ blue 3

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

Shades of Red #F61203

Tints of Red #F61203

RGB

 RED value IS 246 (96.48% from 255) = 92.13%

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 92.13%
G = 6.74%
B = 1.12%

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

#F61203 (or 0xF61203) is known color: Red. HEX triplet: F6, 12 and 03. RGB value is (246,18,3). Sum of RGB (Red+Green+Blue) = 246+18+3=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F61203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61203 is #09EDFC. Grayscale: #545454. Windows color (decimal): -650749 or 201462. OLE color: 201462.

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

Color convert

RGB 246 18 3 -
CMYK 0 0.93 0.99 0.04
HSL 3.7º 0.98% 0.49% -
HSV(B) 3.7º 0.99% 0.96% -
XYZ 38.24 20.03 1.94 -
YUV 84.46 82.04 243.22 -
System Red Green Blue C M Y K H S L
Decimal 246 18 3 0 0.93 0.99 0.04 3.7 0.98 0.49
Hex F6 12 3 0 5D 63 4 4 62 31
Octal 366 22 3 0 135 143 4 4 142 61
Binary 11110110 10010 11 0 1011101 1100011 100 100 1100010 110001

Color Harmonies of #F61203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61203

Black with #F61203

Text Example


Text Example

White with #F61203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61203; }

 p { color: rgb(246,18,3); }

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

background-color css

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

 a { background-color: rgb(246,18,3); }

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

border-color css

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

 span { border-color: rgb(246,18,3); }

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