Html Css Color HEX #F10702 Red

📋 copy color: '#F10702'

red 241 ◦ green 7 ◦ blue 2

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

Shades of Red #F10702

Tints of Red #F10702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 96.4%
G = 2.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F10702 (or 0xF10702) is known color: Red. HEX triplet: F1, 07 and 02. RGB value is (241,7,2). Sum of RGB (Red+Green+Blue) = 241+7+2=250 (33% of max value = 765). Red value is 241 (94.53% from 255 or 96.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 241 - color contains mainly: red. Hex color #F10702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10702 is #0EF8FD. Grayscale: #4C4C4C. Windows color (decimal): -981246 or 133105. OLE color: 133105.

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

Color convert

RGB 241 7 2 -
CMYK 0 0.97 0.99 0.05
HSL 1.26º 0.98% 0.48% -
HSV(B) 1.26º 0.99% 0.95% -
XYZ 36.36 18.86 1.78 -
YUV 76.4 86.02 245.41 -
System Red Green Blue C M Y K H S L
Decimal 241 7 2 0 0.97 0.99 0.05 1.26 0.98 0.48
Hex F1 7 2 0 61 63 5 1 62 30
Octal 361 7 2 0 141 143 5 1 142 60
Binary 11110001 111 10 0 1100001 1100011 101 1 1100010 110000

Color Harmonies of #F10702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10702

Black with #F10702

Text Example


Text Example

White with #F10702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10702; }

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

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

background-color css

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

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

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

border-color css

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

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

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