Html Css Color HEX #F42F01 Scarlet

📋 copy color: '#F42F01'

red 244 ◦ green 47 ◦ blue 1

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

Shades of Scarlet #F42F01

Tints of Scarlet #F42F01

RGB

 RED value IS 244 (95.7% from 255) = 83.56%

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 83.56%
G = 16.1%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F42F01 (or 0xF42F01) is known color: Scarlet. HEX triplet: F4, 2F and 01. RGB value is (244,47,1). Sum of RGB (Red+Green+Blue) = 244+47+1=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42F01 is #0BD0FE. Grayscale: #656565. Windows color (decimal): -774399 or 77812. OLE color: 77812.

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

Color convert

RGB 244 47 1 -
CMYK 0 0.81 1.00 0.04
HSL 11.36º 0.99% 0.48% -
HSV(B) 11.36º 1% 0.96% -
XYZ 38.33 21.27 2.11 -
YUV 100.66 71.77 230.24 -
System Red Green Blue C M Y K H S L
Decimal 244 47 1 0 0.81 1.00 0.04 11.36 0.99 0.48
Hex F4 2F 1 0 51 64 4 B 63 30
Octal 364 57 1 0 121 144 4 13 143 60
Binary 11110100 101111 1 0 1010001 1100100 100 1011 1100011 110000

Color Harmonies of #F42F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F01

Black with #F42F01

Text Example


Text Example

White with #F42F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F01; }

 p { color: rgb(244,47,1); }

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

background-color css

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

 a { background-color: rgb(244,47,1); }

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

border-color css

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

 span { border-color: rgb(244,47,1); }

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