Html Css Color HEX #F42F02 Scarlet

📋 copy color: '#F42F02'

red 244 ◦ green 47 ◦ blue 2

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

Shades of Scarlet #F42F02

Tints of Scarlet #F42F02

RGB

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

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

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

R = 83.28%
G = 16.04%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F42F02 (or 0xF42F02) is known color: Scarlet. HEX triplet: F4, 2F and 02. RGB value is (244,47,2). Sum of RGB (Red+Green+Blue) = 244+47+2=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42F02 is #0BD0FD. Grayscale: #656565. Windows color (decimal): -774398 or 143348. OLE color: 143348.

HSL color Cylindrical-coordinate representation of color #F42F02: hue angle of 11.16º 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 #F42F02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 47 2 -
CMYK 0 0.81 0.99 0.04
HSL 11.16º 0.98% 0.48% -
HSV(B) 11.16º 0.99% 0.96% -
XYZ 38.34 21.27 2.14 -
YUV 100.77 72.27 230.16 -
System Red Green Blue C M Y K H S L
Decimal 244 47 2 0 0.81 0.99 0.04 11.16 0.98 0.48
Hex F4 2F 2 0 51 63 4 B 62 30
Octal 364 57 2 0 121 143 4 13 142 60
Binary 11110100 101111 10 0 1010001 1100011 100 1011 1100010 110000

Color Harmonies of #F42F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F02

Black with #F42F02

Text Example


Text Example

White with #F42F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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