Html Css Color HEX #F02F00 Scarlet

📋 copy color: '#F02F00'

red 240 ◦ green 47 ◦ blue 0

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

Shades of Scarlet #F02F00

Tints of Scarlet #F02F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

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

R = 83.62%
G = 16.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F02F00 (or 0xF02F00) is known color: Scarlet. HEX triplet: F0, 2F and 00. RGB value is (240,47,0). Sum of RGB (Red+Green+Blue) = 240+47+0=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02F00 is #0FD0FF. Grayscale: #636363. Windows color (decimal): -1036544 or 12272. OLE color: 12272.

HSL color Cylindrical-coordinate representation of color #F02F00: hue angle of 11.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 #F02F00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 47 0 -
CMYK 0 0.80 1 0.06
HSL 11.75º 1% 0.47% -
HSV(B) 11.75º 1% 0.94% -
XYZ 36.95 20.56 2.02 -
YUV 99.35 71.94 228.32 -
System Red Green Blue C M Y K H S L
Decimal 240 47 0 0 0.80 1 0.06 11.75 1 0.47
Hex F0 2F 0 0 50 64 6 C 64 2F
Octal 360 57 0 0 120 144 6 14 144 57
Binary 11110000 101111 0 0 1010000 1100100 110 1100 1100100 101111

Color Harmonies of #F02F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02F00

Black with #F02F00

Text Example


Text Example

White with #F02F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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