Html Css Color HEX #F12F00 Scarlet

📋 copy color: '#F12F00'

red 241 ◦ green 47 ◦ blue 0

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

Shades of Scarlet #F12F00

Tints of Scarlet #F12F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.68%
G = 16.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F12F00 (or 0xF12F00) is known color: Scarlet. HEX triplet: F1, 2F and 00. RGB value is (241,47,0). Sum of RGB (Red+Green+Blue) = 241+47+0=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F00 is #0ED0FF. Grayscale: #646464. Windows color (decimal): -971008 or 12273. OLE color: 12273.

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

Color convert

RGB 241 47 0 -
CMYK 0 0.80 1 0.05
HSL 11.7º 1% 0.47% -
HSV(B) 11.7º 1% 0.95% -
XYZ 37.29 20.73 2.04 -
YUV 99.65 71.77 228.82 -
System Red Green Blue C M Y K H S L
Decimal 241 47 0 0 0.80 1 0.05 11.7 1 0.47
Hex F1 2F 0 0 50 64 5 C 64 2F
Octal 361 57 0 0 120 144 5 14 144 57
Binary 11110001 101111 0 0 1010000 1100100 101 1100 1100100 101111

Color Harmonies of #F12F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F00

Black with #F12F00

Text Example


Text Example

White with #F12F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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