Html Css Color HEX #F03405 Scarlet

📋 copy color: '#F03405'

red 240 ◦ green 52 ◦ blue 5

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

Shades of Scarlet #F03405

Tints of Scarlet #F03405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 80.81%
G = 17.51%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03405 (or 0xF03405) is known color: Scarlet. HEX triplet: F0, 34 and 05. RGB value is (240,52,5). Sum of RGB (Red+Green+Blue) = 240+52+5=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F03405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03405 is #0FCBFA. Grayscale: #676767. Windows color (decimal): -1035259 or 341232. OLE color: 341232.

HSL color Cylindrical-coordinate representation of color #F03405: hue angle of 12º degrees, saturation: 0.96, 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 #F03405 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 5 -
CMYK 0 0.78 0.98 0.06
HSL 12º 0.96% 0.48% -
HSV(B) 12º 0.98% 0.94% -
XYZ 37.19 20.99 2.24 -
YUV 102.85 72.78 225.82 -
System Red Green Blue C M Y K H S L
Decimal 240 52 5 0 0.78 0.98 0.06 12 0.96 0.48
Hex F0 34 5 0 4E 62 6 C 60 30
Octal 360 64 5 0 116 142 6 14 140 60
Binary 11110000 110100 101 0 1001110 1100010 110 1100 1100000 110000

Color Harmonies of #F03405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03405

Black with #F03405

Text Example


Text Example

White with #F03405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03405; }

 p { color: rgb(240,52,5); }

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

background-color css

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

 a { background-color: rgb(240,52,5); }

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

border-color css

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

 span { border-color: rgb(240,52,5); }

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