Html Css Color HEX #F10F02 Red

📋 copy color: '#F10F02'

red 241 ◦ green 15 ◦ blue 2

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

Shades of Red #F10F02

Tints of Red #F10F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.81%

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

R = 93.41%
G = 5.81%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F10F02 (or 0xF10F02) is known color: Red. HEX triplet: F1, 0F and 02. RGB value is (241,15,2). Sum of RGB (Red+Green+Blue) = 241+15+2=258 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.41% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F02 is #0EF0FD. Grayscale: #515151. Windows color (decimal): -979198 or 135153. OLE color: 135153.

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

Color convert

RGB 241 15 2 -
CMYK 0 0.94 0.99 0.05
HSL 3.26º 0.98% 0.48% -
HSV(B) 3.26º 0.99% 0.95% -
XYZ 36.46 19.05 1.81 -
YUV 81.09 83.37 242.06 -
System Red Green Blue C M Y K H S L
Decimal 241 15 2 0 0.94 0.99 0.05 3.26 0.98 0.48
Hex F1 F 2 0 5E 63 5 3 62 30
Octal 361 17 2 0 136 143 5 3 142 60
Binary 11110001 1111 10 0 1011110 1100011 101 11 1100010 110000

Color Harmonies of #F10F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F02

Black with #F10F02

Text Example


Text Example

White with #F10F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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