Html Css Color HEX #F03304 Scarlet

📋 copy color: '#F03304'

red 240 ◦ green 51 ◦ blue 4

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

Shades of Scarlet #F03304

Tints of Scarlet #F03304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 81.36%
G = 17.29%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03304 (or 0xF03304) is known color: Scarlet. HEX triplet: F0, 33 and 04. RGB value is (240,51,4). Sum of RGB (Red+Green+Blue) = 240+51+4=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F03304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03304 is #0FCCFB. Grayscale: #666666. Windows color (decimal): -1035516 or 275440. OLE color: 275440.

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

Color convert

RGB 240 51 4 -
CMYK 0 0.79 0.98 0.06
HSL 11.95º 0.97% 0.48% -
HSV(B) 11.95º 0.98% 0.94% -
XYZ 37.14 20.9 2.19 -
YUV 102.15 72.62 226.32 -
System Red Green Blue C M Y K H S L
Decimal 240 51 4 0 0.79 0.98 0.06 11.95 0.97 0.48
Hex F0 33 4 0 4F 62 6 C 61 30
Octal 360 63 4 0 117 142 6 14 141 60
Binary 11110000 110011 100 0 1001111 1100010 110 1100 1100001 110000

Color Harmonies of #F03304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03304

Black with #F03304

Text Example


Text Example

White with #F03304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03304; }

 p { color: rgb(240,51,4); }

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

background-color css

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

 a { background-color: rgb(240,51,4); }

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

border-color css

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

 span { border-color: rgb(240,51,4); }

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