Html Css Color HEX #F5350F Scarlet

📋 copy color: '#F5350F'

red 245 ◦ green 53 ◦ blue 15

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

Shades of Scarlet #F5350F

Tints of Scarlet #F5350F

RGB

 RED value IS 245 (96.09% from 255) = 78.27%

 GREEN value IS 53 (21.09% from 255) = 16.93%

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 78.27%
G = 16.93%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5350F (or 0xF5350F) is known color: Scarlet. HEX triplet: F5, 35 and 0F. RGB value is (245,53,15). Sum of RGB (Red+Green+Blue) = 245+53+15=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5350F is #0ACAF0. Grayscale: #6A6A6A. Windows color (decimal): -707313 or 996853. OLE color: 996853.

HSL color Cylindrical-coordinate representation of color #F5350F: hue angle of 9.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5350F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 53 15 -
CMYK 0 0.78 0.94 0.04
HSL 9.91º 0.92% 0.51% -
HSV(B) 9.91º 0.94% 0.96% -
XYZ 39.02 21.99 2.64 -
YUV 106.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 245 53 15 0 0.78 0.94 0.04 9.91 0.92 0.51
Hex F5 35 F 0 4E 5E 4 A 5C 33
Octal 365 65 17 0 116 136 4 12 134 63
Binary 11110101 110101 1111 0 1001110 1011110 100 1010 1011100 110011

Color Harmonies of #F5350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5350F

Black with #F5350F

Text Example


Text Example

White with #F5350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5350F; }

 p { color: rgb(245,53,15); }

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

background-color css

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

 a { background-color: rgb(245,53,15); }

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

border-color css

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

 span { border-color: rgb(245,53,15); }

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