Html Css Color HEX #F11402 Scarlet

📋 copy color: '#F11402'

red 241 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #F11402

Tints of Scarlet #F11402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 91.63%
G = 7.6%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F11402 (or 0xF11402) is known color: Scarlet. HEX triplet: F1, 14 and 02. RGB value is (241,20,2). Sum of RGB (Red+Green+Blue) = 241+20+2=263 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.63% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 241 - color contains mainly: red. Hex color #F11402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11402 is #0EEBFD. Grayscale: #545454. Windows color (decimal): -977918 or 136433. OLE color: 136433.

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

Color convert

RGB 241 20 2 -
CMYK 0 0.92 0.99 0.05
HSL 4.52º 0.98% 0.48% -
HSV(B) 4.52º 0.99% 0.95% -
XYZ 36.54 19.21 1.84 -
YUV 84.03 81.72 239.96 -
System Red Green Blue C M Y K H S L
Decimal 241 20 2 0 0.92 0.99 0.05 4.52 0.98 0.48
Hex F1 14 2 0 5C 63 5 5 62 30
Octal 361 24 2 0 134 143 5 5 142 60
Binary 11110001 10100 10 0 1011100 1100011 101 101 1100010 110000

Color Harmonies of #F11402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11402

Black with #F11402

Text Example


Text Example

White with #F11402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11402; }

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

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

background-color css

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

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

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

border-color css

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

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

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