Html Css Color HEX #F01F00 Scarlet

📋 copy color: '#F01F00'

red 240 ◦ green 31 ◦ blue 0

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

Shades of Scarlet #F01F00

Tints of Scarlet #F01F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.56%
G = 11.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F01F00 (or 0xF01F00) is known color: Scarlet. HEX triplet: F0, 1F and 00. RGB value is (240,31,0). Sum of RGB (Red+Green+Blue) = 240+31+0=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01F00 is #0FE0FF. Grayscale: #5A5A5A. Windows color (decimal): -1040640 or 8176. OLE color: 8176.

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

Color convert

RGB 240 31 0 -
CMYK 0 0.87 1 0.06
HSL 7.75º 1% 0.47% -
HSV(B) 7.75º 1% 0.94% -
XYZ 36.43 19.51 1.85 -
YUV 89.96 77.24 235.02 -
System Red Green Blue C M Y K H S L
Decimal 240 31 0 0 0.87 1 0.06 7.75 1 0.47
Hex F0 1F 0 0 57 64 6 8 64 2F
Octal 360 37 0 0 127 144 6 10 144 57
Binary 11110000 11111 0 0 1010111 1100100 110 1000 1100100 101111

Color Harmonies of #F01F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01F00

Black with #F01F00

Text Example


Text Example

White with #F01F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01F00; }

 p { color: rgb(240,31,0); }

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

background-color css

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

 a { background-color: rgb(240,31,0); }

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

border-color css

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

 span { border-color: rgb(240,31,0); }

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