Html Css Color HEX #F01302 Scarlet

📋 copy color: '#F01302'

red 240 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #F01302

Tints of Scarlet #F01302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 91.95%
G = 7.28%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01302 (or 0xF01302) is known color: Scarlet. HEX triplet: F0, 13 and 02. RGB value is (240,19,2). Sum of RGB (Red+Green+Blue) = 240+19+2=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F01302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01302 is #0FECFD. Grayscale: #535353. Windows color (decimal): -1043710 or 136176. OLE color: 136176.

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

Color convert

RGB 240 19 2 -
CMYK 0 0.92 0.99 0.06
HSL 4.29º 0.98% 0.47% -
HSV(B) 4.29º 0.99% 0.94% -
XYZ 36.18 19 1.82 -
YUV 83.14 82.22 239.88 -
System Red Green Blue C M Y K H S L
Decimal 240 19 2 0 0.92 0.99 0.06 4.29 0.98 0.47
Hex F0 13 2 0 5C 63 6 4 62 2F
Octal 360 23 2 0 134 143 6 4 142 57
Binary 11110000 10011 10 0 1011100 1100011 110 100 1100010 101111

Color Harmonies of #F01302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01302

Black with #F01302

Text Example


Text Example

White with #F01302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01302; }

 p { color: rgb(240,19,2); }

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

background-color css

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

 a { background-color: rgb(240,19,2); }

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

border-color css

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

 span { border-color: rgb(240,19,2); }

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