Html Css Color HEX #F12F03 Scarlet

📋 copy color: '#F12F03'

red 241 ◦ green 47 ◦ blue 3

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

Shades of Scarlet #F12F03

Tints of Scarlet #F12F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 82.82%
G = 16.15%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F12F03 (or 0xF12F03) is known color: Scarlet. HEX triplet: F1, 2F and 03. RGB value is (241,47,3). Sum of RGB (Red+Green+Blue) = 241+47+3=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F03 is #0ED0FC. Grayscale: #646464. Windows color (decimal): -971005 or 208881. OLE color: 208881.

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

Color convert

RGB 241 47 3 -
CMYK 0 0.80 0.99 0.05
HSL 11.09º 0.98% 0.48% -
HSV(B) 11.09º 0.99% 0.95% -
XYZ 37.31 20.74 2.12 -
YUV 99.99 73.27 228.58 -
System Red Green Blue C M Y K H S L
Decimal 241 47 3 0 0.80 0.99 0.05 11.09 0.98 0.48
Hex F1 2F 3 0 50 63 5 B 62 30
Octal 361 57 3 0 120 143 5 13 142 60
Binary 11110001 101111 11 0 1010000 1100011 101 1011 1100010 110000

Color Harmonies of #F12F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F03

Black with #F12F03

Text Example


Text Example

White with #F12F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F03; }

 p { color: rgb(241,47,3); }

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

background-color css

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

 a { background-color: rgb(241,47,3); }

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

border-color css

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

 span { border-color: rgb(241,47,3); }

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