Html Css Color HEX #F12F05 Scarlet

📋 copy color: '#F12F05'

red 241 ◦ green 47 ◦ blue 5

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

Shades of Scarlet #F12F05

Tints of Scarlet #F12F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 82.25%
G = 16.04%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F12F05 (or 0xF12F05) is known color: Scarlet. HEX triplet: F1, 2F and 05. RGB value is (241,47,5). Sum of RGB (Red+Green+Blue) = 241+47+5=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F05 is #0ED0FA. Grayscale: #646464. Windows color (decimal): -971003 or 339953. OLE color: 339953.

HSL color Cylindrical-coordinate representation of color #F12F05: hue angle of 10.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F12F05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 5 -
CMYK 0 0.80 0.98 0.05
HSL 10.68º 0.96% 0.48% -
HSV(B) 10.68º 0.98% 0.95% -
XYZ 37.32 20.74 2.18 -
YUV 100.22 74.27 228.42 -
System Red Green Blue C M Y K H S L
Decimal 241 47 5 0 0.80 0.98 0.05 10.68 0.96 0.48
Hex F1 2F 5 0 50 62 5 B 60 30
Octal 361 57 5 0 120 142 5 13 140 60
Binary 11110001 101111 101 0 1010000 1100010 101 1011 1100000 110000

Color Harmonies of #F12F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F05

Black with #F12F05

Text Example


Text Example

White with #F12F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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