Html Css Color HEX #F30F05 Red

📋 copy color: '#F30F05'

red 243 ◦ green 15 ◦ blue 5

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

Shades of Red #F30F05

Tints of Red #F30F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 92.4%
G = 5.7%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F30F05 (or 0xF30F05) is known color: Red. HEX triplet: F3, 0F and 05. RGB value is (243,15,5). Sum of RGB (Red+Green+Blue) = 243+15+5=263 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.40% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30F05 is #0CF0FA. Grayscale: #525252. Windows color (decimal): -848123 or 331763. OLE color: 331763.

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

Color convert

RGB 243 15 5 -
CMYK 0 0.94 0.98 0.05
HSL 2.52º 0.96% 0.49% -
HSV(B) 2.52º 0.98% 0.95% -
XYZ 37.16 19.41 1.93 -
YUV 82.03 84.54 242.81 -
System Red Green Blue C M Y K H S L
Decimal 243 15 5 0 0.94 0.98 0.05 2.52 0.96 0.49
Hex F3 F 5 0 5E 62 5 3 60 31
Octal 363 17 5 0 136 142 5 3 140 61
Binary 11110011 1111 101 0 1011110 1100010 101 11 1100000 110001

Color Harmonies of #F30F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F05

Black with #F30F05

Text Example


Text Example

White with #F30F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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