Html Css Color HEX #F43000 Scarlet

📋 copy color: '#F43000'

red 244 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #F43000

Tints of Scarlet #F43000

RGB

 RED value IS 244 (95.7% from 255) = 83.56%

 GREEN value IS 48 (19.14% from 255) = 16.44%

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

R = 83.56%
G = 16.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F43000 (or 0xF43000) is known color: Scarlet. HEX triplet: F4, 30 and 00. RGB value is (244,48,0). Sum of RGB (Red+Green+Blue) = 244+48+0=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F43000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43000 is #0BCFFF. Grayscale: #656565. Windows color (decimal): -774144 or 12532. OLE color: 12532.

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

Color convert

RGB 244 48 0 -
CMYK 0 0.80 1 0.04
HSL 11.8º 1% 0.48% -
HSV(B) 11.8º 1% 0.96% -
XYZ 38.37 21.35 2.1 -
YUV 101.13 70.93 229.9 -
System Red Green Blue C M Y K H S L
Decimal 244 48 0 0 0.80 1 0.04 11.8 1 0.48
Hex F4 30 0 0 50 64 4 C 64 30
Octal 364 60 0 0 120 144 4 14 144 60
Binary 11110100 110000 0 0 1010000 1100100 100 1100 1100100 110000

Color Harmonies of #F43000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43000

Black with #F43000

Text Example


Text Example

White with #F43000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43000; }

 p { color: rgb(244,48,0); }

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

background-color css

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

 a { background-color: rgb(244,48,0); }

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

border-color css

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

 span { border-color: rgb(244,48,0); }

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