Html Css Color HEX #F03402 Scarlet

📋 copy color: '#F03402'

red 240 ◦ green 52 ◦ blue 2

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

Shades of Scarlet #F03402

Tints of Scarlet #F03402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 81.63%
G = 17.69%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F03402 (or 0xF03402) is known color: Scarlet. HEX triplet: F0, 34 and 02. RGB value is (240,52,2). Sum of RGB (Red+Green+Blue) = 240+52+2=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F03402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03402 is #0FCBFD. Grayscale: #666666. Windows color (decimal): -1035262 or 144624. OLE color: 144624.

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

Color convert

RGB 240 52 2 -
CMYK 0 0.78 0.99 0.06
HSL 12.61º 0.98% 0.47% -
HSV(B) 12.61º 0.99% 0.94% -
XYZ 37.17 20.99 2.15 -
YUV 102.51 71.28 226.07 -
System Red Green Blue C M Y K H S L
Decimal 240 52 2 0 0.78 0.99 0.06 12.61 0.98 0.47
Hex F0 34 2 0 4E 63 6 D 62 2F
Octal 360 64 2 0 116 143 6 15 142 57
Binary 11110000 110100 10 0 1001110 1100011 110 1101 1100010 101111

Color Harmonies of #F03402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03402

Black with #F03402

Text Example


Text Example

White with #F03402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03402; }

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

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

background-color css

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

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

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

border-color css

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

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

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