#F52F02

Color #F52F02 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F52F02

Tints of Scarlet #F52F02

Color information

#F52F02 (or 0xF52F02) is unknown color: approx Scarlet. HEX triplet: F5, 2F and 02. RGB value is (245,47,2). Sum of RGB (Red+Green+Blue) = 245+47+2=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52F02 is #0AD0FD. Grayscale: #656565. Windows color (decimal): -708862 or 143349. OLE color: 143349.

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

Color convert

RGB245472-
CMYK00.810.990.04
HSL11.11º98.38%48.43%-
HSV(B)11.11º99.18%96.08%-
XYZ38.6821.452.16-
YUV101.0772.1230.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 83.33%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=83.33%
G=15.99%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24547200.810.990.0411.1198.3848.43
HexF52F2051634b6230
Octal365572012114341314260
Binary111101011011111001010001110001110010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52F02; }

 p { color: rgb(245,47,2); }

 H1.HeaderClassName
 {
   color: #F52F02;
 }
 .AnyTagClassName
 {
   color: #F52F02;
 }
</style>
background-color css

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

 a { background-color: rgb(245,47,2); }

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

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

 span { border-color: rgb(245,47,2); }

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