Html Css Color HEX #F51002 Red

📋 copy color: '#F51002'

red 245 ◦ green 16 ◦ blue 2

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

Shades of Red #F51002

Tints of Red #F51002

RGB

 RED value IS 245 (96.09% from 255) = 93.16%

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

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

R = 93.16%
G = 6.08%
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

#F51002 (or 0xF51002) is known color: Red. HEX triplet: F5, 10 and 02. RGB value is (245,16,2). Sum of RGB (Red+Green+Blue) = 245+16+2=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F51002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51002 is #0AEFFD. Grayscale: #535353. Windows color (decimal): -716798 or 135413. OLE color: 135413.

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

Color convert

RGB 245 16 2 -
CMYK 0 0.93 0.99 0.04
HSL 3.46º 0.98% 0.48% -
HSV(B) 3.46º 0.99% 0.96% -
XYZ 37.85 19.79 1.88 -
YUV 82.88 82.37 243.64 -
System Red Green Blue C M Y K H S L
Decimal 245 16 2 0 0.93 0.99 0.04 3.46 0.98 0.48
Hex F5 10 2 0 5D 63 4 3 62 30
Octal 365 20 2 0 135 143 4 3 142 60
Binary 11110101 10000 10 0 1011101 1100011 100 11 1100010 110000

Color Harmonies of #F51002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51002

Black with #F51002

Text Example


Text Example

White with #F51002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51002; }

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

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

background-color css

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

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

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

border-color css

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

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

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