Html Css Color HEX #F03200 Scarlet

📋 copy color: '#F03200'

red 240 ◦ green 50 ◦ blue 0

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

Shades of Scarlet #F03200

Tints of Scarlet #F03200

RGB

 RED value IS 240 (94.14% from 255) = 82.76%

 GREEN value IS 50 (19.92% from 255) = 17.24%

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

R = 82.76%
G = 17.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F03200 (or 0xF03200) is known color: Scarlet. HEX triplet: F0, 32 and 00. RGB value is (240,50,0). Sum of RGB (Red+Green+Blue) = 240+50+0=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F03200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03200 is #0FCDFF. Grayscale: #656565. Windows color (decimal): -1035776 or 13040. OLE color: 13040.

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

Color convert

RGB 240 50 0 -
CMYK 0 0.79 1 0.06
HSL 12.5º 1% 0.47% -
HSV(B) 12.5º 1% 0.94% -
XYZ 37.08 20.81 2.06 -
YUV 101.11 70.95 227.07 -
System Red Green Blue C M Y K H S L
Decimal 240 50 0 0 0.79 1 0.06 12.5 1 0.47
Hex F0 32 0 0 4F 64 6 C 64 2F
Octal 360 62 0 0 117 144 6 14 144 57
Binary 11110000 110010 0 0 1001111 1100100 110 1100 1100100 101111

Color Harmonies of #F03200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03200

Black with #F03200

Text Example


Text Example

White with #F03200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03200; }

 p { color: rgb(240,50,0); }

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

background-color css

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

 a { background-color: rgb(240,50,0); }

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

border-color css

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

 span { border-color: rgb(240,50,0); }

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