Html Css Color HEX #F30502 Red

📋 copy color: '#F30502'

red 243 ◦ green 5 ◦ blue 2

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

Shades of Red #F30502

Tints of Red #F30502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 97.2%
G = 2%
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

#F30502 (or 0xF30502) is known color: Red. HEX triplet: F3, 05 and 02. RGB value is (243,5,2). Sum of RGB (Red+Green+Blue) = 243+5+2=250 (33% of max value = 765). Red value is 243 (95.31% from 255 or 97.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 243 - color contains mainly: red. Hex color #F30502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30502 is #0CFAFD. Grayscale: #4C4C4C. Windows color (decimal): -850686 or 132595. OLE color: 132595.

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

Color convert

RGB 243 5 2 -
CMYK 0 0.98 0.99 0.05
HSL 0.75º 0.98% 0.48% -
HSV(B) 0.75º 0.99% 0.95% -
XYZ 37.03 19.17 1.81 -
YUV 75.82 86.35 247.24 -
System Red Green Blue C M Y K H S L
Decimal 243 5 2 0 0.98 0.99 0.05 0.75 0.98 0.48
Hex F3 5 2 0 62 63 5 1 62 30
Octal 363 5 2 0 142 143 5 1 142 60
Binary 11110011 101 10 0 1100010 1100011 101 1 1100010 110000

Color Harmonies of #F30502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30502

Black with #F30502

Text Example


Text Example

White with #F30502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30502; }

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

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

background-color css

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

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

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

border-color css

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

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

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