Html Css Color HEX #F30402 Red

📋 copy color: '#F30402'

red 243 ◦ green 4 ◦ blue 2

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

Shades of Red #F30402

Tints of Red #F30402

RGB

 RED value IS 243 (95.31% from 255) = 97.59%

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 97.59%
G = 1.61%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F30402 (or 0xF30402) is known color: Red. HEX triplet: F3, 04 and 02. RGB value is (243,4,2). Sum of RGB (Red+Green+Blue) = 243+4+2=249 (32% of max value = 765). Red value is 243 (95.31% from 255 or 97.59% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 243 - color contains mainly: red. Hex color #F30402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30402 is #0CFBFD. Grayscale: #4B4B4B. Windows color (decimal): -850942 or 132339. OLE color: 132339.

HSL color Cylindrical-coordinate representation of color #F30402: hue angle of 0.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 4 2 -
CMYK 0 0.98 0.99 0.05
HSL 0.5º 0.98% 0.48% -
HSV(B) 0.5º 0.99% 0.95% -
XYZ 37.02 19.15 1.8 -
YUV 75.23 86.68 247.66 -
System Red Green Blue C M Y K H S L
Decimal 243 4 2 0 0.98 0.99 0.05 0.5 0.98 0.48
Hex F3 4 2 0 62 63 5 0 62 30
Octal 363 4 2 0 142 143 5 0 142 60
Binary 11110011 100 10 0 1100010 1100011 101 0 1100010 110000

Color Harmonies of #F30402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30402

Black with #F30402

Text Example


Text Example

White with #F30402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30402; }

 p { color: rgb(243,4,2); }

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

background-color css

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

 a { background-color: rgb(243,4,2); }

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

border-color css

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

 span { border-color: rgb(243,4,2); }

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