Html Css Color HEX #F11902 Scarlet

📋 copy color: '#F11902'

red 241 ◦ green 25 ◦ blue 2

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

Shades of Scarlet #F11902

Tints of Scarlet #F11902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 89.93%
G = 9.33%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F11902 (or 0xF11902) is known color: Scarlet. HEX triplet: F1, 19 and 02. RGB value is (241,25,2). Sum of RGB (Red+Green+Blue) = 241+25+2=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F11902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11902 is #0EE6FD. Grayscale: #575757. Windows color (decimal): -976638 or 137713. OLE color: 137713.

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

Color convert

RGB 241 25 2 -
CMYK 0 0.90 0.99 0.05
HSL 5.77º 0.98% 0.48% -
HSV(B) 5.77º 0.99% 0.95% -
XYZ 36.63 19.4 1.87 -
YUV 86.96 80.06 237.87 -
System Red Green Blue C M Y K H S L
Decimal 241 25 2 0 0.90 0.99 0.05 5.77 0.98 0.48
Hex F1 19 2 0 5A 63 5 6 62 30
Octal 361 31 2 0 132 143 5 6 142 60
Binary 11110001 11001 10 0 1011010 1100011 101 110 1100010 110000

Color Harmonies of #F11902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11902

Black with #F11902

Text Example


Text Example

White with #F11902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11902; }

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

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

background-color css

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

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

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

border-color css

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

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

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