Html Css Color HEX #F30C06 Red

📋 copy color: '#F30C06'

red 243 ◦ green 12 ◦ blue 6

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

Shades of Red #F30C06

Tints of Red #F30C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 93.1%
G = 4.6%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F30C06 (or 0xF30C06) is known color: Red. HEX triplet: F3, 0C and 06. RGB value is (243,12,6). Sum of RGB (Red+Green+Blue) = 243+12+6=261 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.10% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30C06 is #0CF3F9. Grayscale: #505050. Windows color (decimal): -848890 or 396531. OLE color: 396531.

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

Color convert

RGB 243 12 6 -
CMYK 0 0.95 0.98 0.05
HSL 1.52º 0.95% 0.49% -
HSV(B) 1.52º 0.98% 0.95% -
XYZ 37.13 19.33 1.95 -
YUV 80.39 86.03 243.99 -
System Red Green Blue C M Y K H S L
Decimal 243 12 6 0 0.95 0.98 0.05 1.52 0.95 0.49
Hex F3 C 6 0 5F 62 5 2 5F 31
Octal 363 14 6 0 137 142 5 2 137 61
Binary 11110011 1100 110 0 1011111 1100010 101 10 1011111 110001

Color Harmonies of #F30C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C06

Black with #F30C06

Text Example


Text Example

White with #F30C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C06; }

 p { color: rgb(243,12,6); }

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

background-color css

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

 a { background-color: rgb(243,12,6); }

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

border-color css

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

 span { border-color: rgb(243,12,6); }

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